[ACPI] move some run-time structure inits to compile time
[pandora-kernel.git] / drivers / acpi / processor_core.c
1 /*
2  * acpi_processor.c - ACPI Processor Driver ($Revision: 71 $)
3  *
4  *  Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>
5  *  Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
6  *  Copyright (C) 2004       Dominik Brodowski <linux@brodo.de>
7  *  Copyright (C) 2004  Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
8  *                      - Added processor hotplug support
9  *
10  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11  *
12  *  This program is free software; you can redistribute it and/or modify
13  *  it under the terms of the GNU General Public License as published by
14  *  the Free Software Foundation; either version 2 of the License, or (at
15  *  your option) any later version.
16  *
17  *  This program is distributed in the hope that it will be useful, but
18  *  WITHOUT ANY WARRANTY; without even the implied warranty of
19  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20  *  General Public License for more details.
21  *
22  *  You should have received a copy of the GNU General Public License along
23  *  with this program; if not, write to the Free Software Foundation, Inc.,
24  *  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
25  *
26  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27  *  TBD:
28  *      1. Make # power states dynamic.
29  *      2. Support duty_cycle values that span bit 4.
30  *      3. Optimize by having scheduler determine business instead of
31  *         having us try to calculate it here.
32  *      4. Need C1 timing -- must modify kernel (IRQ handler) to get this.
33  */
34
35 #include <linux/kernel.h>
36 #include <linux/module.h>
37 #include <linux/init.h>
38 #include <linux/types.h>
39 #include <linux/pci.h>
40 #include <linux/pm.h>
41 #include <linux/cpufreq.h>
42 #include <linux/cpu.h>
43 #include <linux/proc_fs.h>
44 #include <linux/seq_file.h>
45 #include <linux/dmi.h>
46 #include <linux/moduleparam.h>
47
48 #include <asm/io.h>
49 #include <asm/system.h>
50 #include <asm/cpu.h>
51 #include <asm/delay.h>
52 #include <asm/uaccess.h>
53 #include <asm/processor.h>
54 #include <asm/smp.h>
55 #include <asm/acpi.h>
56
57 #include <acpi/acpi_bus.h>
58 #include <acpi/acpi_drivers.h>
59 #include <acpi/processor.h>
60
61 #define ACPI_PROCESSOR_COMPONENT        0x01000000
62 #define ACPI_PROCESSOR_CLASS            "processor"
63 #define ACPI_PROCESSOR_DRIVER_NAME      "ACPI Processor Driver"
64 #define ACPI_PROCESSOR_DEVICE_NAME      "Processor"
65 #define ACPI_PROCESSOR_FILE_INFO        "info"
66 #define ACPI_PROCESSOR_FILE_THROTTLING  "throttling"
67 #define ACPI_PROCESSOR_FILE_LIMIT       "limit"
68 #define ACPI_PROCESSOR_NOTIFY_PERFORMANCE 0x80
69 #define ACPI_PROCESSOR_NOTIFY_POWER     0x81
70
71 #define ACPI_PROCESSOR_LIMIT_USER       0
72 #define ACPI_PROCESSOR_LIMIT_THERMAL    1
73
74 #define ACPI_STA_PRESENT 0x00000001
75
76 #define _COMPONENT              ACPI_PROCESSOR_COMPONENT
77 ACPI_MODULE_NAME("acpi_processor")
78
79     MODULE_AUTHOR("Paul Diefenbaugh");
80 MODULE_DESCRIPTION(ACPI_PROCESSOR_DRIVER_NAME);
81 MODULE_LICENSE("GPL");
82
83 static int acpi_processor_add(struct acpi_device *device);
84 static int acpi_processor_start(struct acpi_device *device);
85 static int acpi_processor_remove(struct acpi_device *device, int type);
86 static int acpi_processor_info_open_fs(struct inode *inode, struct file *file);
87 static void acpi_processor_notify(acpi_handle handle, u32 event, void *data);
88 static acpi_status acpi_processor_hotadd_init(acpi_handle handle, int *p_cpu);
89 static int acpi_processor_handle_eject(struct acpi_processor *pr);
90
91 static struct acpi_driver acpi_processor_driver = {
92         .name = ACPI_PROCESSOR_DRIVER_NAME,
93         .class = ACPI_PROCESSOR_CLASS,
94         .ids = ACPI_PROCESSOR_HID,
95         .ops = {
96                 .add = acpi_processor_add,
97                 .remove = acpi_processor_remove,
98                 .start = acpi_processor_start,
99                 },
100 };
101
102 #define INSTALL_NOTIFY_HANDLER          1
103 #define UNINSTALL_NOTIFY_HANDLER        2
104
105 static struct file_operations acpi_processor_info_fops = {
106         .open = acpi_processor_info_open_fs,
107         .read = seq_read,
108         .llseek = seq_lseek,
109         .release = single_release,
110 };
111
112 struct acpi_processor *processors[NR_CPUS];
113 struct acpi_processor_errata errata;
114
115 /* --------------------------------------------------------------------------
116                                 Errata Handling
117    -------------------------------------------------------------------------- */
118
119 static int acpi_processor_errata_piix4(struct pci_dev *dev)
120 {
121         u8 rev = 0;
122         u8 value1 = 0;
123         u8 value2 = 0;
124
125         ACPI_FUNCTION_TRACE("acpi_processor_errata_piix4");
126
127         if (!dev)
128                 return_VALUE(-EINVAL);
129
130         /*
131          * Note that 'dev' references the PIIX4 ACPI Controller.
132          */
133
134         pci_read_config_byte(dev, PCI_REVISION_ID, &rev);
135
136         switch (rev) {
137         case 0:
138                 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found PIIX4 A-step\n"));
139                 break;
140         case 1:
141                 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found PIIX4 B-step\n"));
142                 break;
143         case 2:
144                 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found PIIX4E\n"));
145                 break;
146         case 3:
147                 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found PIIX4M\n"));
148                 break;
149         default:
150                 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found unknown PIIX4\n"));
151                 break;
152         }
153
154         switch (rev) {
155
156         case 0:         /* PIIX4 A-step */
157         case 1:         /* PIIX4 B-step */
158                 /*
159                  * See specification changes #13 ("Manual Throttle Duty Cycle")
160                  * and #14 ("Enabling and Disabling Manual Throttle"), plus
161                  * erratum #5 ("STPCLK# Deassertion Time") from the January
162                  * 2002 PIIX4 specification update.  Applies to only older
163                  * PIIX4 models.
164                  */
165                 errata.piix4.throttle = 1;
166
167         case 2:         /* PIIX4E */
168         case 3:         /* PIIX4M */
169                 /*
170                  * See erratum #18 ("C3 Power State/BMIDE and Type-F DMA
171                  * Livelock") from the January 2002 PIIX4 specification update.
172                  * Applies to all PIIX4 models.
173                  */
174
175                 /*
176                  * BM-IDE
177                  * ------
178                  * Find the PIIX4 IDE Controller and get the Bus Master IDE
179                  * Status register address.  We'll use this later to read
180                  * each IDE controller's DMA status to make sure we catch all
181                  * DMA activity.
182                  */
183                 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL,
184                                      PCI_DEVICE_ID_INTEL_82371AB,
185                                      PCI_ANY_ID, PCI_ANY_ID, NULL);
186                 if (dev) {
187                         errata.piix4.bmisx = pci_resource_start(dev, 4);
188                         pci_dev_put(dev);
189                 }
190
191                 /*
192                  * Type-F DMA
193                  * ----------
194                  * Find the PIIX4 ISA Controller and read the Motherboard
195                  * DMA controller's status to see if Type-F (Fast) DMA mode
196                  * is enabled (bit 7) on either channel.  Note that we'll
197                  * disable C3 support if this is enabled, as some legacy
198                  * devices won't operate well if fast DMA is disabled.
199                  */
200                 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL,
201                                      PCI_DEVICE_ID_INTEL_82371AB_0,
202                                      PCI_ANY_ID, PCI_ANY_ID, NULL);
203                 if (dev) {
204                         pci_read_config_byte(dev, 0x76, &value1);
205                         pci_read_config_byte(dev, 0x77, &value2);
206                         if ((value1 & 0x80) || (value2 & 0x80))
207                                 errata.piix4.fdma = 1;
208                         pci_dev_put(dev);
209                 }
210
211                 break;
212         }
213
214         if (errata.piix4.bmisx)
215                 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
216                                   "Bus master activity detection (BM-IDE) erratum enabled\n"));
217         if (errata.piix4.fdma)
218                 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
219                                   "Type-F DMA livelock erratum (C3 disabled)\n"));
220
221         return_VALUE(0);
222 }
223
224 static int acpi_processor_errata(struct acpi_processor *pr)
225 {
226         int result = 0;
227         struct pci_dev *dev = NULL;
228
229         ACPI_FUNCTION_TRACE("acpi_processor_errata");
230
231         if (!pr)
232                 return_VALUE(-EINVAL);
233
234         /*
235          * PIIX4
236          */
237         dev = pci_get_subsys(PCI_VENDOR_ID_INTEL,
238                              PCI_DEVICE_ID_INTEL_82371AB_3, PCI_ANY_ID,
239                              PCI_ANY_ID, NULL);
240         if (dev) {
241                 result = acpi_processor_errata_piix4(dev);
242                 pci_dev_put(dev);
243         }
244
245         return_VALUE(result);
246 }
247
248 /* --------------------------------------------------------------------------
249                               Common ACPI processor fucntions
250    -------------------------------------------------------------------------- */
251
252 /*
253  * _PDC is required for a BIOS-OS handshake for most of the newer
254  * ACPI processor features.
255  */
256
257 int acpi_processor_set_pdc(struct acpi_processor *pr,
258                            struct acpi_object_list *pdc_in)
259 {
260         acpi_status status = AE_OK;
261         u32 arg0_buf[3];
262         union acpi_object arg0 = { ACPI_TYPE_BUFFER };
263         struct acpi_object_list no_object = { 1, &arg0 };
264         struct acpi_object_list *pdc;
265
266         ACPI_FUNCTION_TRACE("acpi_processor_set_pdc");
267
268         arg0.buffer.length = 12;
269         arg0.buffer.pointer = (u8 *) arg0_buf;
270         arg0_buf[0] = ACPI_PDC_REVISION_ID;
271         arg0_buf[1] = 0;
272         arg0_buf[2] = 0;
273
274         pdc = (pdc_in) ? pdc_in : &no_object;
275
276         status = acpi_evaluate_object(pr->handle, "_PDC", pdc, NULL);
277
278         if ((ACPI_FAILURE(status)) && (pdc_in))
279                 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
280                                   "Error evaluating _PDC, using legacy perf. control...\n"));
281
282         return_VALUE(status);
283 }
284
285 /* --------------------------------------------------------------------------
286                               FS Interface (/proc)
287    -------------------------------------------------------------------------- */
288
289 static struct proc_dir_entry *acpi_processor_dir = NULL;
290
291 static int acpi_processor_info_seq_show(struct seq_file *seq, void *offset)
292 {
293         struct acpi_processor *pr = (struct acpi_processor *)seq->private;
294
295         ACPI_FUNCTION_TRACE("acpi_processor_info_seq_show");
296
297         if (!pr)
298                 goto end;
299
300         seq_printf(seq, "processor id:            %d\n"
301                    "acpi id:                 %d\n"
302                    "bus mastering control:   %s\n"
303                    "power management:        %s\n"
304                    "throttling control:      %s\n"
305                    "limit interface:         %s\n",
306                    pr->id,
307                    pr->acpi_id,
308                    pr->flags.bm_control ? "yes" : "no",
309                    pr->flags.power ? "yes" : "no",
310                    pr->flags.throttling ? "yes" : "no",
311                    pr->flags.limit ? "yes" : "no");
312
313       end:
314         return_VALUE(0);
315 }
316
317 static int acpi_processor_info_open_fs(struct inode *inode, struct file *file)
318 {
319         return single_open(file, acpi_processor_info_seq_show,
320                            PDE(inode)->data);
321 }
322
323 static int acpi_processor_add_fs(struct acpi_device *device)
324 {
325         struct proc_dir_entry *entry = NULL;
326
327         ACPI_FUNCTION_TRACE("acpi_processor_add_fs");
328
329         if (!acpi_device_dir(device)) {
330                 acpi_device_dir(device) = proc_mkdir(acpi_device_bid(device),
331                                                      acpi_processor_dir);
332                 if (!acpi_device_dir(device))
333                         return_VALUE(-ENODEV);
334         }
335         acpi_device_dir(device)->owner = THIS_MODULE;
336
337         /* 'info' [R] */
338         entry = create_proc_entry(ACPI_PROCESSOR_FILE_INFO,
339                                   S_IRUGO, acpi_device_dir(device));
340         if (!entry)
341                 ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
342                                   "Unable to create '%s' fs entry\n",
343                                   ACPI_PROCESSOR_FILE_INFO));
344         else {
345                 entry->proc_fops = &acpi_processor_info_fops;
346                 entry->data = acpi_driver_data(device);
347                 entry->owner = THIS_MODULE;
348         }
349
350         /* 'throttling' [R/W] */
351         entry = create_proc_entry(ACPI_PROCESSOR_FILE_THROTTLING,
352                                   S_IFREG | S_IRUGO | S_IWUSR,
353                                   acpi_device_dir(device));
354         if (!entry)
355                 ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
356                                   "Unable to create '%s' fs entry\n",
357                                   ACPI_PROCESSOR_FILE_THROTTLING));
358         else {
359                 entry->proc_fops = &acpi_processor_throttling_fops;
360                 entry->data = acpi_driver_data(device);
361                 entry->owner = THIS_MODULE;
362         }
363
364         /* 'limit' [R/W] */
365         entry = create_proc_entry(ACPI_PROCESSOR_FILE_LIMIT,
366                                   S_IFREG | S_IRUGO | S_IWUSR,
367                                   acpi_device_dir(device));
368         if (!entry)
369                 ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
370                                   "Unable to create '%s' fs entry\n",
371                                   ACPI_PROCESSOR_FILE_LIMIT));
372         else {
373                 entry->proc_fops = &acpi_processor_limit_fops;
374                 entry->data = acpi_driver_data(device);
375                 entry->owner = THIS_MODULE;
376         }
377
378         return_VALUE(0);
379 }
380
381 static int acpi_processor_remove_fs(struct acpi_device *device)
382 {
383         ACPI_FUNCTION_TRACE("acpi_processor_remove_fs");
384
385         if (acpi_device_dir(device)) {
386                 remove_proc_entry(ACPI_PROCESSOR_FILE_INFO,
387                                   acpi_device_dir(device));
388                 remove_proc_entry(ACPI_PROCESSOR_FILE_THROTTLING,
389                                   acpi_device_dir(device));
390                 remove_proc_entry(ACPI_PROCESSOR_FILE_LIMIT,
391                                   acpi_device_dir(device));
392                 remove_proc_entry(acpi_device_bid(device), acpi_processor_dir);
393                 acpi_device_dir(device) = NULL;
394         }
395
396         return_VALUE(0);
397 }
398
399 /* Use the acpiid in MADT to map cpus in case of SMP */
400 #ifndef CONFIG_SMP
401 #define convert_acpiid_to_cpu(acpi_id) (0xff)
402 #else
403
404 #ifdef CONFIG_IA64
405 #define arch_acpiid_to_apicid   ia64_acpiid_to_sapicid
406 #define arch_cpu_to_apicid      ia64_cpu_to_sapicid
407 #define ARCH_BAD_APICID         (0xffff)
408 #else
409 #define arch_acpiid_to_apicid   x86_acpiid_to_apicid
410 #define arch_cpu_to_apicid      x86_cpu_to_apicid
411 #define ARCH_BAD_APICID         (0xff)
412 #endif
413
414 static u8 convert_acpiid_to_cpu(u8 acpi_id)
415 {
416         u16 apic_id;
417         int i;
418
419         apic_id = arch_acpiid_to_apicid[acpi_id];
420         if (apic_id == ARCH_BAD_APICID)
421                 return -1;
422
423         for (i = 0; i < NR_CPUS; i++) {
424                 if (arch_cpu_to_apicid[i] == apic_id)
425                         return i;
426         }
427         return -1;
428 }
429 #endif
430
431 /* --------------------------------------------------------------------------
432                                  Driver Interface
433    -------------------------------------------------------------------------- */
434
435 static int acpi_processor_get_info(struct acpi_processor *pr)
436 {
437         acpi_status status = 0;
438         union acpi_object object = { 0 };
439         struct acpi_buffer buffer = { sizeof(union acpi_object), &object };
440         u8 cpu_index;
441         static int cpu0_initialized;
442
443         ACPI_FUNCTION_TRACE("acpi_processor_get_info");
444
445         if (!pr)
446                 return_VALUE(-EINVAL);
447
448         if (num_online_cpus() > 1)
449                 errata.smp = TRUE;
450
451         acpi_processor_errata(pr);
452
453         /*
454          * Check to see if we have bus mastering arbitration control.  This
455          * is required for proper C3 usage (to maintain cache coherency).
456          */
457         if (acpi_fadt.V1_pm2_cnt_blk && acpi_fadt.pm2_cnt_len) {
458                 pr->flags.bm_control = 1;
459                 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
460                                   "Bus mastering arbitration control present\n"));
461         } else
462                 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
463                                   "No bus mastering arbitration control\n"));
464
465         /*
466          * Evalute the processor object.  Note that it is common on SMP to
467          * have the first (boot) processor with a valid PBLK address while
468          * all others have a NULL address.
469          */
470         status = acpi_evaluate_object(pr->handle, NULL, NULL, &buffer);
471         if (ACPI_FAILURE(status)) {
472                 ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
473                                   "Error evaluating processor object\n"));
474                 return_VALUE(-ENODEV);
475         }
476
477         /*
478          * TBD: Synch processor ID (via LAPIC/LSAPIC structures) on SMP.
479          *      >>> 'acpi_get_processor_id(acpi_id, &id)' in arch/xxx/acpi.c
480          */
481         pr->acpi_id = object.processor.proc_id;
482
483         cpu_index = convert_acpiid_to_cpu(pr->acpi_id);
484
485         /* Handle UP system running SMP kernel, with no LAPIC in MADT */
486         if (!cpu0_initialized && (cpu_index == 0xff) &&
487             (num_online_cpus() == 1)) {
488                 cpu_index = 0;
489         }
490
491         cpu0_initialized = 1;
492
493         pr->id = cpu_index;
494
495         /*
496          *  Extra Processor objects may be enumerated on MP systems with
497          *  less than the max # of CPUs. They should be ignored _iff
498          *  they are physically not present.
499          */
500         if (cpu_index >= NR_CPUS) {
501                 if (ACPI_FAILURE
502                     (acpi_processor_hotadd_init(pr->handle, &pr->id))) {
503                         ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
504                                           "Error getting cpuindex for acpiid 0x%x\n",
505                                           pr->acpi_id));
506                         return_VALUE(-ENODEV);
507                 }
508         }
509
510         ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Processor [%d:%d]\n", pr->id,
511                           pr->acpi_id));
512
513         if (!object.processor.pblk_address)
514                 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "No PBLK (NULL address)\n"));
515         else if (object.processor.pblk_length != 6)
516                 ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Invalid PBLK length [%d]\n",
517                                   object.processor.pblk_length));
518         else {
519                 pr->throttling.address = object.processor.pblk_address;
520                 pr->throttling.duty_offset = acpi_fadt.duty_offset;
521                 pr->throttling.duty_width = acpi_fadt.duty_width;
522
523                 pr->pblk = object.processor.pblk_address;
524
525                 /*
526                  * We don't care about error returns - we just try to mark
527                  * these reserved so that nobody else is confused into thinking
528                  * that this region might be unused..
529                  *
530                  * (In particular, allocating the IO range for Cardbus)
531                  */
532                 request_region(pr->throttling.address, 6, "ACPI CPU throttle");
533         }
534
535 #ifdef CONFIG_CPU_FREQ
536         acpi_processor_ppc_has_changed(pr);
537 #endif
538         acpi_processor_get_throttling_info(pr);
539         acpi_processor_get_limit_info(pr);
540
541         return_VALUE(0);
542 }
543
544 static void *processor_device_array[NR_CPUS];
545
546 static int acpi_processor_start(struct acpi_device *device)
547 {
548         int result = 0;
549         acpi_status status = AE_OK;
550         struct acpi_processor *pr;
551
552         ACPI_FUNCTION_TRACE("acpi_processor_start");
553
554         pr = acpi_driver_data(device);
555
556         result = acpi_processor_get_info(pr);
557         if (result) {
558                 /* Processor is physically not present */
559                 return_VALUE(0);
560         }
561
562         BUG_ON((pr->id >= NR_CPUS) || (pr->id < 0));
563
564         /*
565          * Buggy BIOS check
566          * ACPI id of processors can be reported wrongly by the BIOS.
567          * Don't trust it blindly
568          */
569         if (processor_device_array[pr->id] != NULL &&
570             processor_device_array[pr->id] != (void *)device) {
571                 ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "BIOS reporting wrong ACPI id"
572                         "for the processor\n"));
573                 return_VALUE(-ENODEV);
574         }
575         processor_device_array[pr->id] = (void *)device;
576
577         processors[pr->id] = pr;
578
579         result = acpi_processor_add_fs(device);
580         if (result)
581                 goto end;
582
583         status = acpi_install_notify_handler(pr->handle, ACPI_DEVICE_NOTIFY,
584                                              acpi_processor_notify, pr);
585         if (ACPI_FAILURE(status)) {
586                 ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
587                                   "Error installing device notify handler\n"));
588         }
589
590         acpi_processor_power_init(pr, device);
591
592         if (pr->flags.throttling) {
593                 printk(KERN_INFO PREFIX "%s [%s] (supports",
594                        acpi_device_name(device), acpi_device_bid(device));
595                 printk(" %d throttling states", pr->throttling.state_count);
596                 printk(")\n");
597         }
598
599       end:
600
601         return_VALUE(result);
602 }
603
604 static void acpi_processor_notify(acpi_handle handle, u32 event, void *data)
605 {
606         struct acpi_processor *pr = (struct acpi_processor *)data;
607         struct acpi_device *device = NULL;
608
609         ACPI_FUNCTION_TRACE("acpi_processor_notify");
610
611         if (!pr)
612                 return_VOID;
613
614         if (acpi_bus_get_device(pr->handle, &device))
615                 return_VOID;
616
617         switch (event) {
618         case ACPI_PROCESSOR_NOTIFY_PERFORMANCE:
619                 acpi_processor_ppc_has_changed(pr);
620                 acpi_bus_generate_event(device, event,
621                                         pr->performance_platform_limit);
622                 break;
623         case ACPI_PROCESSOR_NOTIFY_POWER:
624                 acpi_processor_cst_has_changed(pr);
625                 acpi_bus_generate_event(device, event, 0);
626                 break;
627         default:
628                 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
629                                   "Unsupported event [0x%x]\n", event));
630                 break;
631         }
632
633         return_VOID;
634 }
635
636 static int acpi_processor_add(struct acpi_device *device)
637 {
638         struct acpi_processor *pr = NULL;
639
640         ACPI_FUNCTION_TRACE("acpi_processor_add");
641
642         if (!device)
643                 return_VALUE(-EINVAL);
644
645         pr = kmalloc(sizeof(struct acpi_processor), GFP_KERNEL);
646         if (!pr)
647                 return_VALUE(-ENOMEM);
648         memset(pr, 0, sizeof(struct acpi_processor));
649
650         pr->handle = device->handle;
651         strcpy(acpi_device_name(device), ACPI_PROCESSOR_DEVICE_NAME);
652         strcpy(acpi_device_class(device), ACPI_PROCESSOR_CLASS);
653         acpi_driver_data(device) = pr;
654
655         return_VALUE(0);
656 }
657
658 static int acpi_processor_remove(struct acpi_device *device, int type)
659 {
660         acpi_status status = AE_OK;
661         struct acpi_processor *pr = NULL;
662
663         ACPI_FUNCTION_TRACE("acpi_processor_remove");
664
665         if (!device || !acpi_driver_data(device))
666                 return_VALUE(-EINVAL);
667
668         pr = (struct acpi_processor *)acpi_driver_data(device);
669
670         if (pr->id >= NR_CPUS) {
671                 kfree(pr);
672                 return_VALUE(0);
673         }
674
675         if (type == ACPI_BUS_REMOVAL_EJECT) {
676                 if (acpi_processor_handle_eject(pr))
677                         return_VALUE(-EINVAL);
678         }
679
680         acpi_processor_power_exit(pr, device);
681
682         status = acpi_remove_notify_handler(pr->handle, ACPI_DEVICE_NOTIFY,
683                                             acpi_processor_notify);
684         if (ACPI_FAILURE(status)) {
685                 ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
686                                   "Error removing notify handler\n"));
687         }
688
689         acpi_processor_remove_fs(device);
690
691         processors[pr->id] = NULL;
692
693         kfree(pr);
694
695         return_VALUE(0);
696 }
697
698 #ifdef CONFIG_ACPI_HOTPLUG_CPU
699 /****************************************************************************
700  *      Acpi processor hotplug support                                      *
701  ****************************************************************************/
702
703 static int is_processor_present(acpi_handle handle);
704
705 static int is_processor_present(acpi_handle handle)
706 {
707         acpi_status status;
708         unsigned long sta = 0;
709
710         ACPI_FUNCTION_TRACE("is_processor_present");
711
712         status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
713         if (ACPI_FAILURE(status) || !(sta & ACPI_STA_PRESENT)) {
714                 ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
715                                   "Processor Device is not present\n"));
716                 return_VALUE(0);
717         }
718         return_VALUE(1);
719 }
720
721 static
722 int acpi_processor_device_add(acpi_handle handle, struct acpi_device **device)
723 {
724         acpi_handle phandle;
725         struct acpi_device *pdev;
726         struct acpi_processor *pr;
727
728         ACPI_FUNCTION_TRACE("acpi_processor_device_add");
729
730         if (acpi_get_parent(handle, &phandle)) {
731                 return_VALUE(-ENODEV);
732         }
733
734         if (acpi_bus_get_device(phandle, &pdev)) {
735                 return_VALUE(-ENODEV);
736         }
737
738         if (acpi_bus_add(device, pdev, handle, ACPI_BUS_TYPE_PROCESSOR)) {
739                 return_VALUE(-ENODEV);
740         }
741
742         acpi_bus_start(*device);
743
744         pr = acpi_driver_data(*device);
745         if (!pr)
746                 return_VALUE(-ENODEV);
747
748         if ((pr->id >= 0) && (pr->id < NR_CPUS)) {
749                 kobject_uevent(&(*device)->kobj, KOBJ_ONLINE);
750         }
751         return_VALUE(0);
752 }
753
754 static void
755 acpi_processor_hotplug_notify(acpi_handle handle, u32 event, void *data)
756 {
757         struct acpi_processor *pr;
758         struct acpi_device *device = NULL;
759         int result;
760
761         ACPI_FUNCTION_TRACE("acpi_processor_hotplug_notify");
762
763         switch (event) {
764         case ACPI_NOTIFY_BUS_CHECK:
765         case ACPI_NOTIFY_DEVICE_CHECK:
766                 printk("Processor driver received %s event\n",
767                        (event == ACPI_NOTIFY_BUS_CHECK) ?
768                        "ACPI_NOTIFY_BUS_CHECK" : "ACPI_NOTIFY_DEVICE_CHECK");
769
770                 if (!is_processor_present(handle))
771                         break;
772
773                 if (acpi_bus_get_device(handle, &device)) {
774                         result = acpi_processor_device_add(handle, &device);
775                         if (result)
776                                 ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
777                                                   "Unable to add the device\n"));
778                         break;
779                 }
780
781                 pr = acpi_driver_data(device);
782                 if (!pr) {
783                         ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
784                                           "Driver data is NULL\n"));
785                         break;
786                 }
787
788                 if (pr->id >= 0 && (pr->id < NR_CPUS)) {
789                         kobject_uevent(&device->kobj, KOBJ_OFFLINE);
790                         break;
791                 }
792
793                 result = acpi_processor_start(device);
794                 if ((!result) && ((pr->id >= 0) && (pr->id < NR_CPUS))) {
795                         kobject_uevent(&device->kobj, KOBJ_ONLINE);
796                 } else {
797                         ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
798                                           "Device [%s] failed to start\n",
799                                           acpi_device_bid(device)));
800                 }
801                 break;
802         case ACPI_NOTIFY_EJECT_REQUEST:
803                 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
804                                   "received ACPI_NOTIFY_EJECT_REQUEST\n"));
805
806                 if (acpi_bus_get_device(handle, &device)) {
807                         ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
808                                           "Device don't exist, dropping EJECT\n"));
809                         break;
810                 }
811                 pr = acpi_driver_data(device);
812                 if (!pr) {
813                         ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
814                                           "Driver data is NULL, dropping EJECT\n"));
815                         return_VOID;
816                 }
817
818                 if ((pr->id < NR_CPUS) && (cpu_present(pr->id)))
819                         kobject_uevent(&device->kobj, KOBJ_OFFLINE);
820                 break;
821         default:
822                 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
823                                   "Unsupported event [0x%x]\n", event));
824                 break;
825         }
826
827         return_VOID;
828 }
829
830 static acpi_status
831 processor_walk_namespace_cb(acpi_handle handle,
832                             u32 lvl, void *context, void **rv)
833 {
834         acpi_status status;
835         int *action = context;
836         acpi_object_type type = 0;
837
838         status = acpi_get_type(handle, &type);
839         if (ACPI_FAILURE(status))
840                 return (AE_OK);
841
842         if (type != ACPI_TYPE_PROCESSOR)
843                 return (AE_OK);
844
845         switch (*action) {
846         case INSTALL_NOTIFY_HANDLER:
847                 acpi_install_notify_handler(handle,
848                                             ACPI_SYSTEM_NOTIFY,
849                                             acpi_processor_hotplug_notify,
850                                             NULL);
851                 break;
852         case UNINSTALL_NOTIFY_HANDLER:
853                 acpi_remove_notify_handler(handle,
854                                            ACPI_SYSTEM_NOTIFY,
855                                            acpi_processor_hotplug_notify);
856                 break;
857         default:
858                 break;
859         }
860
861         return (AE_OK);
862 }
863
864 static acpi_status acpi_processor_hotadd_init(acpi_handle handle, int *p_cpu)
865 {
866         ACPI_FUNCTION_TRACE("acpi_processor_hotadd_init");
867
868         if (!is_processor_present(handle)) {
869                 return_VALUE(AE_ERROR);
870         }
871
872         if (acpi_map_lsapic(handle, p_cpu))
873                 return_VALUE(AE_ERROR);
874
875         if (arch_register_cpu(*p_cpu)) {
876                 acpi_unmap_lsapic(*p_cpu);
877                 return_VALUE(AE_ERROR);
878         }
879
880         return_VALUE(AE_OK);
881 }
882
883 static int acpi_processor_handle_eject(struct acpi_processor *pr)
884 {
885         if (cpu_online(pr->id)) {
886                 return (-EINVAL);
887         }
888         arch_unregister_cpu(pr->id);
889         acpi_unmap_lsapic(pr->id);
890         return (0);
891 }
892 #else
893 static acpi_status acpi_processor_hotadd_init(acpi_handle handle, int *p_cpu)
894 {
895         return AE_ERROR;
896 }
897 static int acpi_processor_handle_eject(struct acpi_processor *pr)
898 {
899         return (-EINVAL);
900 }
901 #endif
902
903 static
904 void acpi_processor_install_hotplug_notify(void)
905 {
906 #ifdef CONFIG_ACPI_HOTPLUG_CPU
907         int action = INSTALL_NOTIFY_HANDLER;
908         acpi_walk_namespace(ACPI_TYPE_PROCESSOR,
909                             ACPI_ROOT_OBJECT,
910                             ACPI_UINT32_MAX,
911                             processor_walk_namespace_cb, &action, NULL);
912 #endif
913 }
914
915 static
916 void acpi_processor_uninstall_hotplug_notify(void)
917 {
918 #ifdef CONFIG_ACPI_HOTPLUG_CPU
919         int action = UNINSTALL_NOTIFY_HANDLER;
920         acpi_walk_namespace(ACPI_TYPE_PROCESSOR,
921                             ACPI_ROOT_OBJECT,
922                             ACPI_UINT32_MAX,
923                             processor_walk_namespace_cb, &action, NULL);
924 #endif
925 }
926
927 /*
928  * We keep the driver loaded even when ACPI is not running.
929  * This is needed for the powernow-k8 driver, that works even without
930  * ACPI, but needs symbols from this driver
931  */
932
933 static int __init acpi_processor_init(void)
934 {
935         int result = 0;
936
937         ACPI_FUNCTION_TRACE("acpi_processor_init");
938
939         memset(&processors, 0, sizeof(processors));
940         memset(&errata, 0, sizeof(errata));
941
942         acpi_processor_dir = proc_mkdir(ACPI_PROCESSOR_CLASS, acpi_root_dir);
943         if (!acpi_processor_dir)
944                 return_VALUE(0);
945         acpi_processor_dir->owner = THIS_MODULE;
946
947         result = acpi_bus_register_driver(&acpi_processor_driver);
948         if (result < 0) {
949                 remove_proc_entry(ACPI_PROCESSOR_CLASS, acpi_root_dir);
950                 return_VALUE(0);
951         }
952
953         acpi_processor_install_hotplug_notify();
954
955         acpi_thermal_cpufreq_init();
956
957         acpi_processor_ppc_init();
958
959         return_VALUE(0);
960 }
961
962 static void __exit acpi_processor_exit(void)
963 {
964         ACPI_FUNCTION_TRACE("acpi_processor_exit");
965
966         acpi_processor_ppc_exit();
967
968         acpi_thermal_cpufreq_exit();
969
970         acpi_processor_uninstall_hotplug_notify();
971
972         acpi_bus_unregister_driver(&acpi_processor_driver);
973
974         remove_proc_entry(ACPI_PROCESSOR_CLASS, acpi_root_dir);
975
976         return_VOID;
977 }
978
979 module_init(acpi_processor_init);
980 module_exit(acpi_processor_exit);
981
982 EXPORT_SYMBOL(acpi_processor_set_thermal_limit);
983
984 MODULE_ALIAS("processor");