From owner-svn-src-user@FreeBSD.ORG Thu Sep 29 09:01:24 2011 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0D7B106564A for ; Thu, 29 Sep 2011 09:01:24 +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 B35DC8FC0A for ; Thu, 29 Sep 2011 09:01:24 +0000 (UTC) Received: by yxk36 with SMTP id 36so513952yxk.13 for ; Thu, 29 Sep 2011 02:01:24 -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=t66DdbOkwlahvQ/dA6mHl5bCTtP0XKE+r2/UQaobcds=; b=s0LeR42ug1JsEo7D6n/NydK7zPzg9QERIAiRwTm0ocbCAkah0ucWJyQgqxnb5lj1hJ Hn5C1xnM+GESUJR8zD/0pRBmdC9poyzPg7vby4tRZrEn5AFmw425MYIIgu0f6k2K5BY1 MWDr7zaFBV+n7xP/BN0wgghTXPyHd/okahxmE= MIME-Version: 1.0 Received: by 10.236.124.97 with SMTP id w61mr61621255yhh.106.1317285396785; Thu, 29 Sep 2011 01:36:36 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Thu, 29 Sep 2011 01:36:36 -0700 (PDT) In-Reply-To: References: <201109290310.p8T3AgZO001901@svn.freebsd.org> <4E84222F.7050101@FreeBSD.org> Date: Thu, 29 Sep 2011 16:36:36 +0800 X-Google-Sender-Auth: 2AashjGt2vxTk8eH1S9CqpIj-fQ Message-ID: From: Adrian Chadd To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 Cc: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r225860 - user/adrian/if_ath_tx/sys/mips/mips X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 09:01:25 -0000 .. yes, spinlock_enter() / spinlock_exit() in mips does save/restore the interrupt context. So if they were disabled, they should continue being disabled. Adrian