From owner-freebsd-mips@FreeBSD.ORG Tue Oct 4 00:44:36 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2440106566B; Tue, 4 Oct 2011 00:44:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 215678FC08; Tue, 4 Oct 2011 00:44:36 +0000 (UTC) Received: by ggeq3 with SMTP id q3so711421gge.13 for ; Mon, 03 Oct 2011 17:44:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=F7jvgLmWqSUXixutae2iI+InKutGE1epApn2ru8SiVw=; b=HCZuNkEWChpOH2Uw5J3b7EdkAeYw/62P63ugQS7tU8j2w0Uu6mDJpu8+pqvNasg1h1 EVwP7rvEZcR0Nx4Dmqkk37HLeaU2R3AVRV0o/StNF/fjSpdmxlEFdrMvmXRfRCpRYXi7 WwFYJEn8v9xk4y4FubVp16HCLKsBtBPBx822k= MIME-Version: 1.0 Received: by 10.236.79.72 with SMTP id h48mr3484149yhe.4.1317689075704; Mon, 03 Oct 2011 17:44:35 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Mon, 3 Oct 2011 17:44:35 -0700 (PDT) In-Reply-To: References: <20111002110331.GF1511@deviant.kiev.zoral.com.ua> Date: Tue, 4 Oct 2011 08:44:35 +0800 X-Google-Sender-Auth: XXUTs0U_KX4LuiD6EfMhvYnKE6g Message-ID: From: Adrian Chadd To: "Jayachandran C." Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Kostik Belousov , Alexander Motin , freebsd-mips@freebsd.org Subject: Re: svn commit: r225892 - head/sys/mips/mips X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 00:44:37 -0000 On 4 October 2011 05:53, Jayachandran C. wrote: > This version should be better(thanks to Juli for suggestions). =A0Can > you see if this helps? Hi! What's the jal to sched_runnable achieve? It doesn't look like you're using the return value to skip the wait block. Adrian