Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Jun 2012 15:00:56 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        Mitsuru IWASAKI <iwasaki@jp.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:  <4FC91168.5040002@FreeBSD.org>
In-Reply-To: <20120602.034349.112976915.iwasaki@jp.FreeBSD.org>
References:  <201206011818.q51IImh5035315@svn.freebsd.org> <20120602.034349.112976915.iwasaki@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2012-06-01 14:43:49 -0400, Mitsuru IWASAKI wrote:
> Hi, thanks for following up.
> 
>> Log: Call AcpiSetFirmwareWakingVector() with interrupt disabled
>> for consistency.
> 
> Are you sure about this?  Original code is like this (interrupt
> ENABLED);
> 
> ---- intr_restore(rf);
> 
> AcpiSetFirmwareWakingVector(0);
> 
> if (ret == 0 && mem_range_softc.mr_op != NULL && ----
> 
> 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.

Jung-uk Kim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/JEWgACgkQmlay1b9qnVN+zwCfTn5zY6gmmAipPnsIgvjEK6vC
5k4AoMjdIUmRg5EuR0awEG4+uiqGCAWo
=ZYNR
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FC91168.5040002>