From owner-freebsd-mips@FreeBSD.ORG Tue Oct 4 01:38:03 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 A916F106566C; Tue, 4 Oct 2011 01:38:03 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6068FC0C; Tue, 4 Oct 2011 01:38:02 +0000 (UTC) Received: by yxk36 with SMTP id 36so5194252yxk.13 for ; Mon, 03 Oct 2011 18:38:02 -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; bh=sg5Ri0DEXDf8vUcG27V84QLm3NydA/9DCK1hBDSdO9g=; b=PaAKE5HbGTHubkb7Idm16cmmJ/5+v/zQhb+MUY7H0g/MuAUkYe6y2HaJeft3jMAQng tJIvMXV7J6Q1CLojV+hzcruDouIZY/Q4Nh3q4GlAUPkd43EkP1jRnsEyUrqFHpGlteXN oP1bZbJqcSPhw8K5+P4ZLdkWY/n4dFIygCpsI= MIME-Version: 1.0 Received: by 10.236.79.72 with SMTP id h48mr3639297yhe.4.1317692282548; Mon, 03 Oct 2011 18:38:02 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Mon, 3 Oct 2011 18:38:02 -0700 (PDT) In-Reply-To: References: <20111002110331.GF1511@deviant.kiev.zoral.com.ua> Date: Tue, 4 Oct 2011 09:38:02 +0800 X-Google-Sender-Auth: z2JqFPENOSmobZzlMTmzkuQjYBA Message-ID: From: Adrian Chadd To: Juli Mallett Content-Type: text/plain; charset=ISO-8859-1 Cc: "Jayachandran C." , 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 01:38:03 -0000 On 4 October 2011 09:21, Juli Mallett wrote: >> What's the jal to sched_runnable achieve? It doesn't look like you're >> using the return value to skip the wait block. > > Look at v0's use within the wait block. Sorry, total MIPS assembly fail on my part. Adrian