diff options
author | Lv Zheng <lv.zheng@intel.com> | 2014-05-12 03:46:49 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-05-27 12:13:08 -0400 |
commit | 92985ef1db428cc6129a1d375a68c277aa05820b (patch) | |
tree | cd4d619099dd46bb4769571fbef3727909312f95 /arch/ia64/include | |
parent | 07d8391433380fc72f999d99c554b1cfedea9778 (diff) |
ACPICA: Clean up redudant definitions already defined elsewhere
Since mis-order issues have been solved, we can cleanup redundant
definitions that already have defaults in <acpi/platform/acenv.h>.
This patch removes redudant environments for __KERNEL__ surrounded code.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch/ia64/include')
-rw-r--r-- | arch/ia64/include/asm/acenv.h | 15 |
1 files changed, 0 insertions, 15 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 |