Make acpi_mutex_acquire/release actually grab the global lock if it should.
authorkettenis <kettenis@openbsd.org>
Fri, 2 May 2014 14:04:50 +0000 (14:04 +0000)
committerkettenis <kettenis@openbsd.org>
Fri, 2 May 2014 14:04:50 +0000 (14:04 +0000)
commit146f3dc6e737ef32113cf44c02abb98a14d47aff
treedfb8e1a0dfd5a86b12c78a95457fa4e3100277de
parent75691760d2cd661d3335442c9e4f032c6e96654b
Make acpi_mutex_acquire/release actually grab the global lock if it should.
Get rid of the fake global lock code that these functions were using before.

ok pirofti@, mlarkin@
sys/dev/acpi/dsdt.c