diff options
| -rw-r--r-- | arch/ia64/include/asm/acpi.h | 6 | ||||
| -rw-r--r-- | arch/ia64/kernel/Makefile | 4 | ||||
| -rw-r--r-- | arch/ia64/kernel/acpi-processor.c | 85 | ||||
| -rw-r--r-- | arch/x86/include/asm/acpi.h | 26 | ||||
| -rw-r--r-- | arch/x86/kernel/acpi/Makefile | 2 | ||||
| -rw-r--r-- | arch/x86/kernel/acpi/processor.c | 101 | ||||
| -rw-r--r-- | drivers/acpi/processor_core.c | 2 | ||||
| -rw-r--r-- | drivers/acpi/processor_pdc.c | 101 | ||||
| -rw-r--r-- | include/acpi/processor.h | 7 |
9 files changed, 114 insertions, 220 deletions
diff --git a/arch/ia64/include/asm/acpi.h b/arch/ia64/include/asm/acpi.h index 91df9686a0da..7ae58892ba8d 100644 --- a/arch/ia64/include/asm/acpi.h +++ b/arch/ia64/include/asm/acpi.h | |||
| @@ -132,6 +132,12 @@ extern int __devinitdata pxm_to_nid_map[MAX_PXM_DOMAINS]; | |||
| 132 | extern int __initdata nid_to_pxm_map[MAX_NUMNODES]; | 132 | extern int __initdata nid_to_pxm_map[MAX_NUMNODES]; |
| 133 | #endif | 133 | #endif |
| 134 | 134 | ||
| 135 | static inline bool arch_has_acpi_pdc(void) { return true; } | ||
| 136 | static inline void arch_acpi_set_pdc_bits(u32 *buf) | ||
| 137 | { | ||
| 138 | buf[2] |= ACPI_PDC_EST_CAPABILITY_SMP; | ||
| 139 | } | ||
| 140 | |||
| 135 | #define acpi_unlazy_tlb(x) | 141 | #define acpi_unlazy_tlb(x) |
| 136 | 142 | ||
| 137 | #ifdef CONFIG_ACPI_NUMA | 143 | #ifdef CONFIG_ACPI_NUMA |
diff --git a/arch/ia64/kernel/Makefile b/arch/ia64/kernel/Makefile index 2a75e937ae8d..e1236349c99f 100644 --- a/arch/ia64/kernel/Makefile +++ b/arch/ia64/kernel/Makefile | |||
| @@ -18,10 +18,6 @@ obj-$(CONFIG_IA64_GENERIC) += acpi-ext.o | |||
| 18 | obj-$(CONFIG_IA64_HP_ZX1) += acpi-ext.o | 18 | obj-$(CONFIG_IA64_HP_ZX1) += acpi-ext.o |
| 19 | obj-$(CONFIG_IA64_HP_ZX1_SWIOTLB) += acpi-ext.o | 19 | obj-$(CONFIG_IA64_HP_ZX1_SWIOTLB) += acpi-ext.o |
| 20 | 20 | ||
| 21 | ifneq ($(CONFIG_ACPI_PROCESSOR),) | ||
| 22 | obj-y += acpi-processor.o | ||
| 23 | endif | ||
| 24 | |||
| 25 | obj-$(CONFIG_IA64_PALINFO) += palinfo.o | 21 | obj-$(CONFIG_IA64_PALINFO) += palinfo.o |
| 26 | obj-$(CONFIG_IOSAPIC) += iosapic.o | 22 | obj-$(CONFIG_IOSAPIC) += iosapic.o |
| 27 | obj-$(CONFIG_MODULES) += module.o | 23 | obj-$(CONFIG_MODULES) += module.o |
diff --git a/arch/ia64/kernel/acpi-processor.c b/arch/ia64/kernel/acpi-processor.c deleted file mode 100644 index dbda7bde6112..000000000000 --- a/arch/ia64/kernel/acpi-processor.c +++ /dev/null | |||
| @@ -1,85 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * arch/ia64/kernel/acpi-processor.c | ||
| 3 | * | ||
| 4 | * Copyright (C) 2005 Intel Corporation | ||
| 5 | * Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> | ||
| 6 | * - Added _PDC for platforms with Intel CPUs | ||
| 7 | */ | ||
| 8 | |||
| 9 | #include <linux/kernel.h> | ||
| 10 | #include <linux/module.h> | ||
| 11 | #include <linux/init.h> | ||
| 12 | #include <linux/acpi.h> | ||
| 13 | |||
| 14 | #include <acpi/processor.h> | ||
| 15 | #include <asm/acpi.h> | ||
| 16 | |||
| 17 | static void init_intel_pdc(struct acpi_processor *pr) | ||
| 18 | { | ||
| 19 | struct acpi_object_list *obj_list; | ||
| 20 | union acpi_object *obj; | ||
| 21 | u32 *buf; | ||
| 22 | |||
| 23 | /* allocate and initialize pdc. It will be used later. */ | ||
| 24 | obj_list = kmalloc(sizeof(struct acpi_object_list), GFP_KERNEL); | ||
| 25 | if (!obj_list) { | ||
| 26 | printk(KERN_ERR "Memory allocation error\n"); | ||
| 27 | return; | ||
| 28 | } | ||
| 29 | |||
| 30 | obj = kmalloc(sizeof(union acpi_object), GFP_KERNEL); | ||
| 31 | if (!obj) { | ||
| 32 | printk(KERN_ERR "Memory allocation error\n"); | ||
| 33 | kfree(obj_list); | ||
| 34 | return; | ||
| 35 | } | ||
| 36 | |||
| 37 | buf = kmalloc(12, GFP_KERNEL); | ||
| 38 | if (!buf) { | ||
| 39 | printk(KERN_ERR "Memory allocation error\n"); | ||
| 40 | kfree(obj); | ||
| 41 | kfree(obj_list); | ||
| 42 | return; | ||
| 43 | } | ||
| 44 | |||
| 45 | buf[0] = ACPI_PDC_REVISION_ID; | ||
| 46 | buf[1] = 1; | ||
| 47 | buf[2] = ACPI_PDC_EST_CAPABILITY_SMP; | ||
| 48 | /* | ||
| 49 | * The default of PDC_SMP_T_SWCOORD bit is set for IA64 cpu so | ||
| 50 | * that OSPM is capable of native ACPI throttling software | ||
| 51 | * coordination using BIOS supplied _TSD info. | ||
| 52 | */ | ||
| 53 | buf[2] |= ACPI_PDC_SMP_T_SWCOORD; | ||
| 54 | |||
| 55 | obj->type = ACPI_TYPE_BUFFER; | ||
| 56 | obj->buffer.length = 12; | ||
| 57 | obj->buffer.pointer = (u8 *) buf; | ||
| 58 | obj_list->count = 1; | ||
| 59 | obj_list->pointer = obj; | ||
| 60 | pr->pdc = obj_list; | ||
| 61 | |||
| 62 | return; | ||
| 63 | } | ||
| 64 | |||
| 65 | /* Initialize _PDC data based on the CPU vendor */ | ||
| 66 | void arch_acpi_processor_init_pdc(struct acpi_processor *pr) | ||
| 67 | { | ||
| 68 | pr->pdc = NULL; | ||
| 69 | init_intel_pdc(pr); | ||
| 70 | return; | ||
| 71 | } | ||
| 72 | |||
| 73 | EXPORT_SYMBOL(arch_acpi_processor_init_pdc); | ||
| 74 | |||
| 75 | void arch_acpi_processor_cleanup_pdc(struct acpi_processor *pr) | ||
| 76 | { | ||
| 77 | if (pr->pdc) { | ||
| 78 | kfree(pr->pdc->pointer->buffer.pointer); | ||
| 79 | kfree(pr->pdc->pointer); | ||
| 80 | kfree(pr->pdc); | ||
| 81 | pr->pdc = NULL; | ||
| 82 | } | ||
| 83 | } | ||
| 84 | |||
| 85 | EXPORT_SYMBOL(arch_acpi_processor_cleanup_pdc); | ||
diff --git a/arch/x86/include/asm/acpi.h b/arch/x86/include/asm/acpi.h index 60d2b2db0bc5..56f462cf22d2 100644 --- a/arch/x86/include/asm/acpi.h +++ b/arch/x86/include/asm/acpi.h | |||
| @@ -142,6 +142,32 @@ static inline unsigned int acpi_processor_cstate_check(unsigned int max_cstate) | |||
| 142 | return max_cstate; | 142 | return max_cstate; |
| 143 | } | 143 | } |
| 144 | 144 | ||
| 145 | static inline bool arch_has_acpi_pdc(void) | ||
| 146 | { | ||
| 147 | struct cpuinfo_x86 *c = &cpu_data(0); | ||
| 148 | return (c->x86_vendor == X86_VENDOR_INTEL || | ||
| 149 | c->x86_vendor == X86_VENDOR_CENTAUR); | ||
| 150 | } | ||
| 151 | |||
| 152 | static inline void arch_acpi_set_pdc_bits(u32 *buf) | ||
| 153 | { | ||
| 154 | struct cpuinfo_x86 *c = &cpu_data(0); | ||
| 155 | |||
| 156 | buf[2] |= ACPI_PDC_C_CAPABILITY_SMP; | ||
| 157 | |||
| 158 | if (cpu_has(c, X86_FEATURE_EST)) | ||
| 159 | buf[2] |= ACPI_PDC_EST_CAPABILITY_SWSMP; | ||
| 160 | |||
| 161 | if (cpu_has(c, X86_FEATURE_ACPI)) | ||
| 162 | buf[2] |= ACPI_PDC_T_FFH; | ||
| 163 | |||
| 164 | /* | ||
| 165 | * If mwait/monitor is unsupported, C2/C3_FFH will be disabled | ||
| 166 | */ | ||
| 167 | if (!cpu_has(c, X86_FEATURE_MWAIT)) | ||
| 168 | buf[2] &= ~(ACPI_PDC_C_C2C3_FFH); | ||
| 169 | } | ||
| 170 | |||
| 145 | #else /* !CONFIG_ACPI */ | 171 | #else /* !CONFIG_ACPI */ |
| 146 | 172 | ||
| 147 | #define acpi_lapic 0 | 173 | #define acpi_lapic 0 |
diff --git a/arch/x86/kernel/acpi/Makefile b/arch/x86/kernel/acpi/Makefile index fd5ca97a2ad5..6f35260bb3ef 100644 --- a/arch/x86/kernel/acpi/Makefile +++ b/arch/x86/kernel/acpi/Makefile | |||
| @@ -4,7 +4,7 @@ obj-$(CONFIG_ACPI) += boot.o | |||
| 4 | obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_rm.o wakeup_$(BITS).o | 4 | obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_rm.o wakeup_$(BITS).o |
| 5 | 5 | ||
| 6 | ifneq ($(CONFIG_ACPI_PROCESSOR),) | 6 | ifneq ($(CONFIG_ACPI_PROCESSOR),) |
| 7 | obj-y += cstate.o processor.o | 7 | obj-y += cstate.o |
| 8 | endif | 8 | endif |
| 9 | 9 | ||
| 10 | $(obj)/wakeup_rm.o: $(obj)/realmode/wakeup.bin | 10 | $(obj)/wakeup_rm.o: $(obj)/realmode/wakeup.bin |
diff --git a/arch/x86/kernel/acpi/processor.c b/arch/x86/kernel/acpi/processor.c deleted file mode 100644 index d85d1b2432ba..000000000000 --- a/arch/x86/kernel/acpi/processor.c +++ /dev/null | |||
| @@ -1,101 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2005 Intel Corporation | ||
| 3 | * Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> | ||
| 4 | * - Added _PDC for platforms with Intel CPUs | ||
| 5 | */ | ||
| 6 | |||
| 7 | #include <linux/kernel.h> | ||
| 8 | #include <linux/module.h> | ||
| 9 | #include <linux/init.h> | ||
| 10 | #include <linux/acpi.h> | ||
| 11 | |||
| 12 | #include <acpi/processor.h> | ||
| 13 | #include <asm/acpi.h> | ||
| 14 | |||
| 15 | static void init_intel_pdc(struct acpi_processor *pr, struct cpuinfo_x86 *c) | ||
| 16 | { | ||
| 17 | struct acpi_object_list *obj_list; | ||
| 18 | union acpi_object *obj; | ||
| 19 | u32 *buf; | ||
| 20 | |||
| 21 | /* allocate and initialize pdc. It will be used later. */ | ||
| 22 | obj_list = kmalloc(sizeof(struct acpi_object_list), GFP_KERNEL); | ||
| 23 | if (!obj_list) { | ||
| 24 | printk(KERN_ERR "Memory allocation error\n"); | ||
| 25 | return; | ||
| 26 | } | ||
| 27 | |||
| 28 | obj = kmalloc(sizeof(union acpi_object), GFP_KERNEL); | ||
| 29 | if (!obj) { | ||
| 30 | printk(KERN_ERR "Memory allocation error\n"); | ||
| 31 | kfree(obj_list); | ||
| 32 | return; | ||
| 33 | } | ||
| 34 | |||
| 35 | buf = kmalloc(12, GFP_KERNEL); | ||
