From owner-svn-src-all@FreeBSD.ORG Fri Jun 1 19:13:57 2012 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3BC1106566B; Fri, 1 Jun 2012 19:13:57 +0000 (UTC) (envelope-from iwasaki@jp.FreeBSD.org) Received: from locore.org (ns01.locore.org [218.45.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 652468FC0C; Fri, 1 Jun 2012 19:13:56 +0000 (UTC) Received: from localhost (celeron.v4.locore.org [192.168.0.10]) by locore.org (8.14.5/8.14.5/iwasaki) with ESMTP/inet id q51JDuaY022060; Sat, 2 Jun 2012 04:13:56 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Sat, 02 Jun 2012 04:13:56 +0900 (JST) Message-Id: <20120602.041356.41705200.iwasaki@jp.FreeBSD.org> To: jkim@FreeBSD.org From: Mitsuru IWASAKI In-Reply-To: <4FC91168.5040002@FreeBSD.org> References: <201206011818.q51IImh5035315@svn.freebsd.org> <20120602.034349.112976915.iwasaki@jp.FreeBSD.org> <4FC91168.5040002@FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r236414 - in head/sys: amd64/acpica i386/acpica X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2012 19:13:57 -0000 > > Regarding to ACPICA source code, they said nothing about this so I > > think it's not big deal. > > > > Just FYI, AcpiSetFirmwareWakingVector(0) was called with interrupt > > enabled in Linux. > > This function does not care about interrupt context. However, the > first AcpiSetFirmwareWakingVector() is now called with interrupt > disabled after r236403. Thus, I wanted it to be consistent as well. OK, it's just for consistency with acpi_sleep_machdep(), understood. Thanks!