Date: Sat, 02 Jun 2012 04:13:56 +0900 (JST) From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org> To: jkim@FreeBSD.org 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 Message-ID: <20120602.041356.41705200.iwasaki@jp.FreeBSD.org> In-Reply-To: <4FC91168.5040002@FreeBSD.org> References: <201206011818.q51IImh5035315@svn.freebsd.org> <20120602.034349.112976915.iwasaki@jp.FreeBSD.org> <4FC91168.5040002@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120602.041356.41705200.iwasaki>