diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-01-29 07:59:00 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-01-29 07:59:00 -0500 |
commit | 8b4e2fa4ff72ba2c9f01af8def15d4c4eeeeed64 (patch) | |
tree | a2ebfb0b6aebb2fe07821fe862a79709be3ebc17 /arch | |
parent | 64e94e7e0ffb20ee11a596aa04fcdeefb33e000d (diff) | |
parent | e375325ce55eb841ccda54a4472cf3b0139ea5f2 (diff) |
Merge branch 'acpi-lpss' into acpi-cleanup
The following commits depend on the 'acpi-lpss' material.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/include/asm/acpi.h | 4 | ||||
-rw-r--r-- | arch/x86/Kconfig | 10 | ||||
-rw-r--r-- | arch/x86/include/asm/acpi.h | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/arch/ia64/include/asm/acpi.h b/arch/ia64/include/asm/acpi.h index 359e68a03ca3..faa1bf0da815 100644 --- a/arch/ia64/include/asm/acpi.h +++ b/arch/ia64/include/asm/acpi.h | |||
@@ -52,10 +52,6 @@ | |||
52 | 52 | ||
53 | /* Asm macros */ | 53 | /* Asm macros */ |
54 | 54 | ||
55 | #define ACPI_ASM_MACROS | ||
56 | #define BREAKPOINT3 | ||
57 | #define ACPI_DISABLE_IRQS() local_irq_disable() | ||
58 | #define ACPI_ENABLE_IRQS() local_irq_enable() | ||
59 | #define ACPI_FLUSH_CPU_CACHE() | 55 | #define ACPI_FLUSH_CPU_CACHE() |
60 | 56 | ||
61 | static inline int | 57 | static inline int |
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 79795af59810..c8c9b1403f17 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -454,6 +454,16 @@ config X86_MDFLD | |||
454 | 454 | ||
455 | endif | 455 | endif |
456 | 456 | ||
457 | config X86_INTEL_LPSS | ||
458 | bool "Intel Low Power Subsystem Support" | ||
459 | depends on ACPI | ||
460 | select COMMON_CLK | ||
461 | ---help--- | ||
462 | Select to build support for Intel Low Power Subsystem such as | ||
463 | found on Intel Lynxpoint PCH. Selecting this option enables | ||
464 | things like clock tree (common clock framework) which are needed | ||
465 | by the LPSS peripheral drivers. | ||
466 | |||
457 | config X86_RDC321X | 467 | config X86_RDC321X |
458 | bool "RDC R-321x SoC" | 468 | bool "RDC R-321x SoC" |
459 | depends on X86_32 | 469 | depends on X86_32 |
diff --git a/arch/x86/include/asm/acpi.h b/arch/x86/include/asm/acpi.h index 0c44630d1789..b31bf97775fc 100644 --- a/arch/x86/include/asm/acpi.h +++ b/arch/x86/include/asm/acpi.h | |||
@@ -49,10 +49,6 @@ | |||
49 | 49 | ||
50 | /* Asm macros */ | 50 | /* Asm macros */ |
51 | 51 | ||
52 | #define ACPI_ASM_MACROS | ||
53 | #define BREAKPOINT3 | ||
54 | #define ACPI_DISABLE_IRQS() local_irq_disable() | ||
55 | #define ACPI_ENABLE_IRQS() local_irq_enable() | ||
56 | #define ACPI_FLUSH_CPU_CACHE() wbinvd() | 52 | #define ACPI_FLUSH_CPU_CACHE() wbinvd() |
57 | 53 | ||
58 | int __acpi_acquire_global_lock(unsigned int *lock); | 54 | int __acpi_acquire_global_lock(unsigned int *lock); |