diff options
-rw-r--r-- | arch/ia64/include/asm/acenv.h | 15 | ||||
-rw-r--r-- | arch/x86/include/asm/acenv.h | 16 | ||||
-rw-r--r-- | include/acpi/platform/aclinux.h | 1 |
3 files changed, 0 insertions, 32 deletions
diff --git a/arch/ia64/include/asm/acenv.h b/arch/ia64/include/asm/acenv.h index e0896eb26bf1..3f9eaeec9873 100644 --- a/arch/ia64/include/asm/acenv.h +++ b/arch/ia64/include/asm/acenv.h | |||
@@ -17,23 +17,8 @@ | |||
17 | #define COMPILER_DEPENDENT_INT64 long | 17 | #define COMPILER_DEPENDENT_INT64 long |
18 | #define COMPILER_DEPENDENT_UINT64 unsigned long | 18 | #define COMPILER_DEPENDENT_UINT64 unsigned long |
19 | 19 | ||
20 | /* | ||
21 | * Calling conventions: | ||
22 | * | ||
23 | * ACPI_SYSTEM_XFACE - Interfaces to host OS (handlers, threads) | ||
24 | * ACPI_EXTERNAL_XFACE - External ACPI interfaces | ||
25 | * ACPI_INTERNAL_XFACE - Internal ACPI interfaces | ||
26 | * ACPI_INTERNAL_VAR_XFACE - Internal variable-parameter list interfaces | ||
27 | */ | ||
28 | #define ACPI_SYSTEM_XFACE | ||
29 | #define ACPI_EXTERNAL_XFACE | ||
30 | #define ACPI_INTERNAL_XFACE | ||
31 | #define ACPI_INTERNAL_VAR_XFACE | ||
32 | |||
33 | /* Asm macros */ | 20 | /* Asm macros */ |
34 | 21 | ||
35 | #define ACPI_FLUSH_CPU_CACHE() | ||
36 | |||
37 | #ifdef CONFIG_ACPI | 22 | #ifdef CONFIG_ACPI |
38 | 23 | ||
39 | static inline int | 24 | static inline int |
diff --git a/arch/x86/include/asm/acenv.h b/arch/x86/include/asm/acenv.h index 6978584934f7..66873297e9f5 100644 --- a/arch/x86/include/asm/acenv.h +++ b/arch/x86/include/asm/acenv.h | |||
@@ -14,22 +14,6 @@ | |||
14 | 14 | ||
15 | #include <asm/special_insns.h> | 15 | #include <asm/special_insns.h> |
16 | 16 | ||
17 | #define COMPILER_DEPENDENT_INT64 long long | ||
18 | #define COMPILER_DEPENDENT_UINT64 unsigned long long | ||
19 | |||
20 | /* | ||
21 | * Calling conventions: | ||
22 | * | ||
23 | * ACPI_SYSTEM_XFACE - Interfaces to host OS (handlers, threads) | ||
24 | * ACPI_EXTERNAL_XFACE - External ACPI interfaces | ||
25 | * ACPI_INTERNAL_XFACE - Internal ACPI interfaces | ||
26 | * ACPI_INTERNAL_VAR_XFACE - Internal variable-parameter list interfaces | ||
27 | */ | ||
28 | #define ACPI_SYSTEM_XFACE | ||
29 | #define ACPI_EXTERNAL_XFACE | ||
30 | #define ACPI_INTERNAL_XFACE | ||
31 | #define ACPI_INTERNAL_VAR_XFACE | ||
32 | |||
33 | /* Asm macros */ | 17 | /* Asm macros */ |
34 | 18 | ||
35 | #define ACPI_FLUSH_CPU_CACHE() wbinvd() | 19 | #define ACPI_FLUSH_CPU_CACHE() wbinvd() |
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 5d27e560a48e..e70012956db3 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h | |||
@@ -48,7 +48,6 @@ | |||
48 | 48 | ||
49 | #define ACPI_USE_SYSTEM_CLIBRARY | 49 | #define ACPI_USE_SYSTEM_CLIBRARY |
50 | #define ACPI_USE_DO_WHILE_0 | 50 | #define ACPI_USE_DO_WHILE_0 |
51 | #define ACPI_MUTEX_TYPE ACPI_BINARY_SEMAPHORE | ||
52 | 51 | ||
53 | #ifdef __KERNEL__ | 52 | #ifdef __KERNEL__ |
54 | 53 | ||