summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-08-13 21:34:03 +0000
committerjkim <jkim@FreeBSD.org>2013-08-13 21:34:03 +0000
commitc55a3ec3ad5884ca8d071250121cadfedbfe9687 (patch)
treec107646499bee791de8ebb32d0ccc9dcd8f89fce /sys/amd64/include
parentddc35de90bbacb7749bacc2a3067d3ae31a644c5 (diff)
downloadFreeBSD-src-c55a3ec3ad5884ca8d071250121cadfedbfe9687.zip
FreeBSD-src-c55a3ec3ad5884ca8d071250121cadfedbfe9687.tar.gz
Tidy up global locks for ACPICA. There is no functional change.
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/acpica_machdep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/include/acpica_machdep.h b/sys/amd64/include/acpica_machdep.h
index eb0282a..4743786 100644
--- a/sys/amd64/include/acpica_machdep.h
+++ b/sys/amd64/include/acpica_machdep.h
@@ -59,9 +59,9 @@
#define ACPI_FLUSH_CPU_CACHE() wbinvd()
-/* Section 5.2.9.1: global lock acquire/release functions */
-extern int acpi_acquire_global_lock(uint32_t *lock);
-extern int acpi_release_global_lock(uint32_t *lock);
+/* Section 5.2.10.1: global lock acquire/release functions */
+int acpi_acquire_global_lock(volatile uint32_t *);
+int acpi_release_global_lock(volatile uint32_t *);
#define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) do { \
(Acq) = acpi_acquire_global_lock(&((GLptr)->GlobalLock)); \
} while (0)
OpenPOWER on IntegriCloud