aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/platform/aclinux.h
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2008-12-31 03:03:29 +0800
committerLen Brown <len.brown@intel.com>2008-12-31 01:16:39 -0500
commit1685bd404dc2ecce2fdae6410e85ded2f2c0136d (patch)
tree5ccce028c1b60c50082fb6641b4afc7afdd6e636 /include/acpi/platform/aclinux.h
parent7488c8d51134a152f022bc11547157f80a725ff1 (diff)
downloadkernel_samsung_smdk4412-1685bd404dc2ecce2fdae6410e85ded2f2c0136d.zip
kernel_samsung_smdk4412-1685bd404dc2ecce2fdae6410e85ded2f2c0136d.tar.gz
kernel_samsung_smdk4412-1685bd404dc2ecce2fdae6410e85ded2f2c0136d.tar.bz2
ACPICA: Add ACPI_MUTEX_TYPE configuration option
Used to specify whether the OSL mutex interfaces should be used, or binary semaphores instead. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/platform/aclinux.h')
-rw-r--r--include/acpi/platform/aclinux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h
index 0515e75..3cabf88 100644
--- a/include/acpi/platform/aclinux.h
+++ b/include/acpi/platform/aclinux.h
@@ -46,6 +46,7 @@
#define ACPI_USE_SYSTEM_CLIBRARY
#define ACPI_USE_DO_WHILE_0
+#define ACPI_MUTEX_TYPE ACPI_BINARY_SEMAPHORE
#ifdef __KERNEL__