x86: move cpu_coregroup_map to common file
[deliverable/linux.git] / arch / x86 / kernel / smpboot_64.c
CommitLineData
1da177e4
LT
1/*
2 * x86 SMP booting functions
3 *
4 * (c) 1995 Alan Cox, Building #3 <alan@redhat.com>
5 * (c) 1998, 1999, 2000 Ingo Molnar <mingo@redhat.com>
6 * Copyright 2001 Andi Kleen, SuSE Labs.
7 *
8 * Much of the core SMP work is based on previous work by Thomas Radke, to
9 * whom a great many thanks are extended.
10 *
11 * Thanks to Intel for making available several different Pentium,
12 * Pentium Pro and Pentium-II/Xeon MP machines.
13 * Original development of Linux SMP code supported by Caldera.
14 *
a8ab26fe 15 * This code is released under the GNU General Public License version 2
1da177e4
LT
16 *
17 * Fixes
18 * Felix Koop : NR_CPUS used properly
19 * Jose Renau : Handle single CPU case.
20 * Alan Cox : By repeated request 8) - Total BogoMIP report.
21 * Greg Wright : Fix for kernel stacks panic.
22 * Erich Boleyn : MP v1.4 and additional changes.
23 * Matthias Sattler : Changes for 2.1 kernel map.
24 * Michel Lespinasse : Changes for 2.1 kernel map.
25 * Michael Chastain : Change trampoline.S to gnu as.
26 * Alan Cox : Dumb bug: 'B' step PPro's are fine
27 * Ingo Molnar : Added APIC timers, based on code
28 * from Jose Renau
29 * Ingo Molnar : various cleanups and rewrites
30 * Tigran Aivazian : fixed "0.00 in /proc/uptime on SMP" bug.
31 * Maciej W. Rozycki : Bits for genuine 82489DX APICs
32 * Andi Kleen : Changed for SMP boot into long mode.
a8ab26fe
AK
33 * Rusty Russell : Hacked into shape for new "hotplug" boot process.
34 * Andi Kleen : Converted to new state machine.
35 * Various cleanups.
36 * Probably mostly hotplug CPU ready now.
76e4f660 37 * Ashok Raj : CPU hotplug support
1da177e4
LT
38 */
39
a8ab26fe 40
1da177e4
LT
41#include <linux/init.h>
42
43#include <linux/mm.h>
44#include <linux/kernel_stat.h>
1da177e4
LT
45#include <linux/bootmem.h>
46#include <linux/thread_info.h>
47#include <linux/module.h>
1da177e4
LT
48#include <linux/delay.h>
49#include <linux/mc146818rtc.h>
a3bc0dbc 50#include <linux/smp.h>
1eeb66a1 51#include <linux/kdebug.h>
a3bc0dbc 52
1da177e4
LT
53#include <asm/mtrr.h>
54#include <asm/pgalloc.h>
55#include <asm/desc.h>
1da177e4
LT
56#include <asm/tlbflush.h>
57#include <asm/proto.h>
75152114 58#include <asm/nmi.h>
9cdd304b
AV
59#include <asm/irq.h>
60#include <asm/hw_irq.h>
488fc08d 61#include <asm/numa.h>
1da177e4 62
a8ab26fe
AK
63/* Set when the idlers are all forked */
64int smp_threads_ready;
65
1da177e4
LT
66/*
67 * Trampoline 80x86 program as an array.
68 */
69
121d7bf5
JB
70extern const unsigned char trampoline_data[];
71extern const unsigned char trampoline_end[];
1da177e4 72
76e4f660
AR
73/* State of each CPU */
74DEFINE_PER_CPU(int, cpu_state) = { 0 };
75
76/*
77 * Store all idle threads, this can be reused instead of creating
78 * a new thread. Also avoids complicated thread destroy functionality
79 * for idle threads.
80 */
24b0d22b 81#ifdef CONFIG_HOTPLUG_CPU
82/*
83 * Needed only for CONFIG_HOTPLUG_CPU because __cpuinitdata is
84 * removed after init for !CONFIG_HOTPLUG_CPU.
85 */
86static DEFINE_PER_CPU(struct task_struct *, idle_thread_array);
87#define get_idle_for_cpu(x) (per_cpu(idle_thread_array, x))
88#define set_idle_for_cpu(x,p) (per_cpu(idle_thread_array, x) = (p))
89#else
76e4f660 90struct task_struct *idle_thread_array[NR_CPUS] __cpuinitdata ;
76e4f660
AR
91#define get_idle_for_cpu(x) (idle_thread_array[(x)])
92#define set_idle_for_cpu(x,p) (idle_thread_array[(x)] = (p))
24b0d22b 93#endif
94
76e4f660 95
1da177e4
LT
96/*
97 * Currently trivial. Write the real->protected mode
98 * bootstrap into the page concerned. The caller
99 * has made sure it's suitably aligned.
100 */
101
a8ab26fe 102static unsigned long __cpuinit setup_trampoline(void)
1da177e4
LT
103{
104 void *tramp = __va(SMP_TRAMPOLINE_BASE);
105 memcpy(tramp, trampoline_data, trampoline_end - trampoline_data);
106 return virt_to_phys(tramp);
107}
108
109/*
110 * The bootstrap kernel entry code has set these up. Save them for
111 * a given CPU
112 */
113
a8ab26fe 114static void __cpuinit smp_store_cpu_info(int id)
1da177e4 115{
92cb7612 116 struct cpuinfo_x86 *c = &cpu_data(id);
1da177e4
LT
117
118 *c = boot_cpu_data;
fbdcf18d 119 c->cpu_index = id;
00684418 120 identify_cpu(c);
dda50e71 121 print_cpu_info(c);
1da177e4
LT
122}
123
a8ab26fe 124static atomic_t init_deasserted __cpuinitdata;
1da177e4 125
a8ab26fe
AK
126/*
127 * Report back to the Boot Processor.
128 * Running on AP.
129 */
130void __cpuinit smp_callin(void)
1da177e4
LT
131{
132 int cpuid, phys_id;
133 unsigned long timeout;
134
135 /*
136 * If waken up by an INIT in an 82489DX configuration
137 * we may get here before an INIT-deassert IPI reaches
138 * our local APIC. We have to wait for the IPI or we'll
139 * lock up on an APIC access.
140 */
a8ab26fe
AK
141 while (!atomic_read(&init_deasserted))
142 cpu_relax();
1da177e4
LT
143
144 /*
145 * (This works even if the APIC is not enabled.)
146 */
147 phys_id = GET_APIC_ID(apic_read(APIC_ID));
148 cpuid = smp_processor_id();
149 if (cpu_isset(cpuid, cpu_callin_map)) {
150 panic("smp_callin: phys CPU#%d, CPU#%d already present??\n",
151 phys_id, cpuid);
152 }
153 Dprintk("CPU#%d (phys ID: %d) waiting for CALLOUT\n", cpuid, phys_id);
154
155 /*
156 * STARTUP IPIs are fragile beasts as they might sometimes
157 * trigger some glue motherboard logic. Complete APIC bus
158 * silence for 1 second, this overestimates the time the
159 * boot CPU is spending to send the up to 2 STARTUP IPIs
160 * by a factor of two. This should be enough.
161 */
162
163 /*
164 * Waiting 2s total for startup (udelay is not yet working)
165 */
166 timeout = jiffies + 2*HZ;
167 while (time_before(jiffies, timeout)) {
168 /*
169 * Has the boot CPU finished it's STARTUP sequence?
170 */
171 if (cpu_isset(cpuid, cpu_callout_map))
172 break;
a8ab26fe 173 cpu_relax();
1da177e4
LT
174 }
175
176 if (!time_before(jiffies, timeout)) {
177 panic("smp_callin: CPU%d started up but did not get a callout!\n",
178 cpuid);
179 }
180
181 /*
182 * the boot CPU has finished the init stage and is spinning
183 * on callin_map until we finish. We are free to set up this
184 * CPU, first the APIC. (this is probably redundant on most
185 * boards)
186 */
187
188 Dprintk("CALLIN, before setup_local_APIC().\n");
189 setup_local_APIC();
739f33b3 190 end_local_APIC_setup();
1da177e4 191
1da177e4
LT
192 /*
193 * Get our bogomips.
b4452218
AK
194 *
195 * Need to enable IRQs because it can take longer and then
196 * the NMI watchdog might kill us.
1da177e4 197 */
b4452218 198 local_irq_enable();
1da177e4 199 calibrate_delay();
b4452218 200 local_irq_disable();
1da177e4
LT
201 Dprintk("Stack at about %p\n",&cpuid);
202
1da177e4
LT
203 /*
204 * Save our processor parameters
205 */
206 smp_store_cpu_info(cpuid);
207
1da177e4
LT
208 /*
209 * Allow the master to continue.
210 */
211 cpu_set(cpuid, cpu_callin_map);
1da177e4
LT
212}
213
1da177e4 214/*
a8ab26fe 215 * Setup code on secondary processor (after comming out of the trampoline)
1da177e4 216 */
a8ab26fe 217void __cpuinit start_secondary(void)
1da177e4
LT
218{
219 /*
220 * Dont put anything before smp_callin(), SMP
221 * booting is too fragile that we want to limit the
222 * things done here to the most necessary things.
223 */
224 cpu_init();
5bfb5d69 225 preempt_disable();
1da177e4
LT
226 smp_callin();
227
228 /* otherwise gcc will move up the smp_processor_id before the cpu_init */
229 barrier();
230
95492e46
IM
231 /*
232 * Check TSC sync first:
233 */
234 check_tsc_sync_target();
235
1da177e4
LT
236 if (nmi_watchdog == NMI_IO_APIC) {
237 disable_8259A_irq(0);
e9427101 238 enable_NMI_through_LVT0();
1da177e4
LT
239 enable_8259A_irq(0);
240 }
241
cb0cd8d4
AR
242 /*
243 * The sibling maps must be set before turing the online map on for
244 * this cpu
245 */
246 set_cpu_sibling_map(smp_processor_id());
247
884d9e40
AR
248 /*
249 * We need to hold call_lock, so there is no inconsistency
250 * between the time smp_call_function() determines number of
676b1855 251 * IPI recipients, and the time when the determination is made
884d9e40
AR
252 * for which cpus receive the IPI in genapic_flat.c. Holding this
253 * lock helps us to not include this cpu in a currently in progress
254 * smp_call_function().
255 */
256 lock_ipi_call_lock();
70a0a535 257 spin_lock(&vector_lock);
884d9e40 258
70a0a535
EB
259 /* Setup the per cpu irq handling data structures */
260 __setup_vector_irq(smp_processor_id());
1da177e4 261 /*
a8ab26fe 262 * Allow the master to continue.
1da177e4 263 */
1da177e4 264 cpu_set(smp_processor_id(), cpu_online_map);
884d9e40 265 per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE;
70a0a535 266 spin_unlock(&vector_lock);
95492e46 267
884d9e40
AR
268 unlock_ipi_call_lock();
269
746ef0cd 270 setup_secondary_clock();
3ac508be 271
1da177e4
LT
272 cpu_idle();
273}
274
a8ab26fe 275extern volatile unsigned long init_rsp;
1da177e4
LT
276extern void (*initial_code)(void);
277
44456d37 278#ifdef APIC_DEBUG
a8ab26fe 279static void inquire_remote_apic(int apicid)
1da177e4
LT
280{
281 unsigned i, regs[] = { APIC_ID >> 4, APIC_LVR >> 4, APIC_SPIV >> 4 };
282 char *names[] = { "ID", "VERSION", "SPIV" };
3144c332 283 int timeout;
3c6bb07a 284 u32 status;
1da177e4
LT
285
286 printk(KERN_INFO "Inquiring remote APIC #%d...\n", apicid);
287
4d022ada 288 for (i = 0; i < ARRAY_SIZE(regs); i++) {
3c6bb07a 289 printk(KERN_INFO "... APIC #%d %s: ", apicid, names[i]);
1da177e4
LT
290
291 /*
292 * Wait for idle.
293 */
3144c332
FLV
294 status = safe_apic_wait_icr_idle();
295 if (status)
3c6bb07a
TG
296 printk(KERN_CONT
297 "a previous APIC delivery may have failed\n");
1da177e4 298
c1507eb2
AK
299 apic_write(APIC_ICR2, SET_APIC_DEST_FIELD(apicid));
300 apic_write(APIC_ICR, APIC_DM_REMRD | regs[i]);
1da177e4
LT
301
302 timeout = 0;
303 do {
304 udelay(100);
305 status = apic_read(APIC_ICR) & APIC_ICR_RR_MASK;
306 } while (status == APIC_ICR_RR_INPROG && timeout++ < 1000);
307
308 switch (status) {
309 case APIC_ICR_RR_VALID:
310 status = apic_read(APIC_RRR);
3c6bb07a 311 printk(KERN_CONT "%08x\n", status);
1da177e4
LT
312 break;
313 default:
3c6bb07a 314 printk(KERN_CONT "failed\n");
1da177e4
LT
315 }
316 }
317}
318#endif
319
a8ab26fe
AK
320/*
321 * Kick the secondary to wake up.
322 */
323static int __cpuinit wakeup_secondary_via_INIT(int phys_apicid, unsigned int start_rip)
1da177e4 324{
ea8c733b
FLV
325 unsigned long send_status, accept_status = 0;
326 int maxlvt, num_starts, j;
1da177e4
LT
327
328 Dprintk("Asserting INIT.\n");
329
330 /*
331 * Turn INIT on target chip
332 */
c1507eb2 333 apic_write(APIC_ICR2, SET_APIC_DEST_FIELD(phys_apicid));
1da177e4
LT
334
335 /*
336 * Send IPI
337 */
c1507eb2 338 apic_write(APIC_ICR, APIC_INT_LEVELTRIG | APIC_INT_ASSERT
1da177e4
LT
339 | APIC_DM_INIT);
340
341 Dprintk("Waiting for send to finish...\n");
ea8c733b 342 send_status = safe_apic_wait_icr_idle();
1da177e4
LT
343
344 mdelay(10);
345
346 Dprintk("Deasserting INIT.\n");
347
348 /* Target chip */
c1507eb2 349 apic_write(APIC_ICR2, SET_APIC_DEST_FIELD(phys_apicid));
1da177e4
LT
350
351 /* Send IPI */
c1507eb2 352 apic_write(APIC_ICR, APIC_INT_LEVELTRIG | APIC_DM_INIT);
1da177e4
LT
353
354 Dprintk("Waiting for send to finish...\n");
ea8c733b 355 send_status = safe_apic_wait_icr_idle();
1da177e4 356
f2ecfab9 357 mb();
1da177e4
LT
358 atomic_set(&init_deasserted, 1);
359
5a40b7c2 360 num_starts = 2;
1da177e4
LT
361
362 /*
363 * Run STARTUP IPI loop.
364 */
365 Dprintk("#startup loops: %d.\n", num_starts);
366
37e650c7 367 maxlvt = lapic_get_maxlvt();
1da177e4
LT
368
369 for (j = 1; j <= num_starts; j++) {
370 Dprintk("Sending STARTUP #%d.\n",j);
1da177e4
LT
371 apic_write(APIC_ESR, 0);
372 apic_read(APIC_ESR);
373 Dprintk("After apic_write.\n");
374
375 /*
376 * STARTUP IPI
377 */
378
379 /* Target chip */
c1507eb2 380 apic_write(APIC_ICR2, SET_APIC_DEST_FIELD(phys_apicid));
1da177e4
LT
381
382 /* Boot on the stack */
383 /* Kick the second */
c1507eb2 384 apic_write(APIC_ICR, APIC_DM_STARTUP | (start_rip >> 12));
1da177e4
LT
385
386 /*
387 * Give the other CPU some time to accept the IPI.
388 */
389 udelay(300);
390
391 Dprintk("Startup point 1.\n");
392
393 Dprintk("Waiting for send to finish...\n");
ea8c733b 394 send_status = safe_apic_wait_icr_idle();
1da177e4
LT
395
396 /*
397 * Give the other CPU some time to accept the IPI.
398 */
399 udelay(200);
400 /*
401 * Due to the Pentium erratum 3AP.
402 */
403 if (maxlvt > 3) {
1da177e4
LT
404 apic_write(APIC_ESR, 0);
405 }
406 accept_status = (apic_read(APIC_ESR) & 0xEF);
407 if (send_status || accept_status)
408 break;
409 }
410 Dprintk("After Startup.\n");
411
412 if (send_status)
413 printk(KERN_ERR "APIC never delivered???\n");
414 if (accept_status)
415 printk(KERN_ERR "APIC delivery error (%lx).\n", accept_status);
416
417 return (send_status | accept_status);
418}
419
76e4f660 420struct create_idle {
65f27f38 421 struct work_struct work;
76e4f660
AR
422 struct task_struct *idle;
423 struct completion done;
424 int cpu;
425};
426
a2b484a2 427static void __cpuinit do_fork_idle(struct work_struct *work)
76e4f660 428{
65f27f38
DH
429 struct create_idle *c_idle =
430 container_of(work, struct create_idle, work);
76e4f660
AR
431
432 c_idle->idle = fork_idle(c_idle->cpu);
433 complete(&c_idle->done);
434}
435
a8ab26fe
AK
436/*
437 * Boot one CPU.
438 */
439static int __cpuinit do_boot_cpu(int cpu, int apicid)
1da177e4 440{
1da177e4 441 unsigned long boot_error;
a8ab26fe 442 int timeout;
1da177e4 443 unsigned long start_rip;
76e4f660
AR
444 struct create_idle c_idle = {
445 .cpu = cpu,
f86bf9b7 446 .done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done),
76e4f660 447 };
2b775a27 448 INIT_WORK(&c_idle.work, do_fork_idle);
76e4f660 449
c11efdf9
RT
450 /* allocate memory for gdts of secondary cpus. Hotplug is considered */
451 if (!cpu_gdt_descr[cpu].address &&
452 !(cpu_gdt_descr[cpu].address = get_zeroed_page(GFP_KERNEL))) {
453 printk(KERN_ERR "Failed to allocate GDT for CPU %d\n", cpu);
454 return -1;
455 }
456
365ba917
RT
457 /* Allocate node local memory for AP pdas */
458 if (cpu_pda(cpu) == &boot_cpu_pda[cpu]) {
459 struct x8664_pda *newpda, *pda;
460 int node = cpu_to_node(cpu);
461 pda = cpu_pda(cpu);
462 newpda = kmalloc_node(sizeof (struct x8664_pda), GFP_ATOMIC,
463 node);
464 if (newpda) {
465 memcpy(newpda, pda, sizeof (struct x8664_pda));
466 cpu_pda(cpu) = newpda;
467 } else
468 printk(KERN_ERR
469 "Could not allocate node local PDA for CPU %d on node %d\n",
470 cpu, node);
471 }
472
d167a518
GH
473 alternatives_smp_switch(1);
474
76e4f660
AR
475 c_idle.idle = get_idle_for_cpu(cpu);
476
477 if (c_idle.idle) {
faca6227 478 c_idle.idle->thread.sp = (unsigned long) (((struct pt_regs *)
57eafdc2 479 (THREAD_SIZE + task_stack_page(c_idle.idle))) - 1);
76e4f660
AR
480 init_idle(c_idle.idle, cpu);
481 goto do_rest;
482 }
483
1da177e4 484 /*
76e4f660
AR
485 * During cold boot process, keventd thread is not spun up yet.
486 * When we do cpu hot-add, we create idle threads on the fly, we should
487 * not acquire any attributes from the calling context. Hence the clean
488 * way to create kernel_threads() is to do that from keventd().
489 * We do the current_is_keventd() due to the fact that ACPI notifier
490 * was also queuing to keventd() and when the caller is already running
491 * in context of keventd(), we would end up with locking up the keventd
492 * thread.
1da177e4 493 */
76e4f660 494 if (!keventd_up() || current_is_keventd())
65f27f38 495 c_idle.work.func(&c_idle.work);
76e4f660 496 else {
65f27f38 497 schedule_work(&c_idle.work);
76e4f660
AR
498 wait_for_completion(&c_idle.done);
499 }
500
501 if (IS_ERR(c_idle.idle)) {
a8ab26fe 502 printk("failed fork for CPU %d\n", cpu);
76e4f660 503 return PTR_ERR(c_idle.idle);
a8ab26fe 504 }
1da177e4 505
76e4f660
AR
506 set_idle_for_cpu(cpu, c_idle.idle);
507
508do_rest:
509
df79efde 510 cpu_pda(cpu)->pcurrent = c_idle.idle;
1da177e4
LT
511
512 start_rip = setup_trampoline();
513
faca6227 514 init_rsp = c_idle.idle->thread.sp;
7818a1e0 515 load_sp0(&per_cpu(init_tss, cpu), &c_idle.idle->thread);
1da177e4 516 initial_code = start_secondary;
e4f17c43 517 clear_tsk_thread_flag(c_idle.idle, TIF_FORK);
1da177e4 518
de04f322
AK
519 printk(KERN_INFO "Booting processor %d/%d APIC 0x%x\n", cpu,
520 cpus_weight(cpu_present_map),
521 apicid);
1da177e4
LT
522
523 /*
524 * This grunge runs the startup process for
525 * the targeted processor.
526 */
527
528 atomic_set(&init_deasserted, 0);
529
530 Dprintk("Setting warm reset code and vector.\n");
531
532 CMOS_WRITE(0xa, 0xf);
533 local_flush_tlb();
534 Dprintk("1.\n");
535 *((volatile unsigned short *) phys_to_virt(0x469)) = start_rip >> 4;
536 Dprintk("2.\n");
537 *((volatile unsigned short *) phys_to_virt(0x467)) = start_rip & 0xf;
538 Dprintk("3.\n");
539
540 /*
541 * Be paranoid about clearing APIC errors.
542 */
11a8e778
AK
543 apic_write(APIC_ESR, 0);
544 apic_read(APIC_ESR);
1da177e4
LT
545
546 /*
547 * Status is now clean
548 */
549 boot_error = 0;
550
551 /*
552 * Starting actual IPI sequence...
553 */
a8ab26fe 554 boot_error = wakeup_secondary_via_INIT(apicid, start_rip);
1da177e4
LT
555
556 if (!boot_error) {
557 /*
558 * allow APs to start initializing.
559 */
560 Dprintk("Before Callout %d.\n", cpu);
561 cpu_set(cpu, cpu_callout_map);
562 Dprintk("After Callout %d.\n", cpu);
563
564 /*
565 * Wait 5s total for a response
566 */
567 for (timeout = 0; timeout < 50000; timeout++) {
568 if (cpu_isset(cpu, cpu_callin_map))
569 break; /* It has booted */
570 udelay(100);
571 }
572
573 if (cpu_isset(cpu, cpu_callin_map)) {
574 /* number CPUs logically, starting from 1 (BSP is 0) */
1da177e4
LT
575 Dprintk("CPU has booted.\n");
576 } else {
577 boot_error = 1;
578 if (*((volatile unsigned char *)phys_to_virt(SMP_TRAMPOLINE_BASE))
579 == 0xA5)
580 /* trampoline started but...? */
581 printk("Stuck ??\n");
582 else
583 /* trampoline code not run */
584 printk("Not responding.\n");
44456d37 585#ifdef APIC_DEBUG
1da177e4
LT
586 inquire_remote_apic(apicid);
587#endif
588 }
589 }
590 if (boot_error) {
591 cpu_clear(cpu, cpu_callout_map); /* was set here (do_boot_cpu()) */
5548fecd 592 clear_bit(cpu, (unsigned long *)&cpu_initialized); /* was set by cpu_init() */
488fc08d 593 clear_node_cpumask(cpu); /* was set by numa_add_cpu */
a8ab26fe
AK
594 cpu_clear(cpu, cpu_present_map);
595 cpu_clear(cpu, cpu_possible_map);
71fff5e6 596 per_cpu(x86_cpu_to_apicid, cpu) = BAD_APICID;
a8ab26fe 597 return -EIO;
1da177e4 598 }
a8ab26fe
AK
599
600 return 0;
1da177e4
LT
601}
602
a8ab26fe
AK
603cycles_t cacheflush_time;
604unsigned long cache_decay_ticks;
605
1da177e4 606/*
a8ab26fe 607 * Cleanup possible dangling ends...
1da177e4 608 */
a8ab26fe 609static __cpuinit void smp_cleanup_boot(void)
1da177e4 610{
a8ab26fe
AK
611 /*
612 * Paranoid: Set warm reset code and vector here back
613 * to default values.
614 */
615 CMOS_WRITE(0, 0xf);
1da177e4 616
a8ab26fe
AK
617 /*
618 * Reset trampoline flag
619 */
620 *((volatile int *) phys_to_virt(0x467)) = 0;
a8ab26fe
AK
621}
622
623/*
624 * Fall back to non SMP mode after errors.
625 *
626 * RED-PEN audit/test this more. I bet there is more state messed up here.
627 */
e6982c67 628static __init void disable_smp(void)
a8ab26fe
AK
629{
630 cpu_present_map = cpumask_of_cpu(0);
631 cpu_possible_map = cpumask_of_cpu(0);
632 if (smp_found_config)
633 phys_cpu_present_map = physid_mask_of_physid(boot_cpu_id);
634 else
635 phys_cpu_present_map = physid_mask_of_physid(0);
d5a7430d 636 cpu_set(0, per_cpu(cpu_sibling_map, 0));
08357611 637 cpu_set(0, per_cpu(cpu_core_map, 0));
a8ab26fe
AK
638}
639
a8ab26fe
AK
640/*
641 * Various sanity checks.
642 */
e6982c67 643static int __init smp_sanity_check(unsigned max_cpus)
a8ab26fe 644{
1da177e4
LT
645 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) {
646 printk("weird, boot CPU (#%d) not listed by the BIOS.\n",
647 hard_smp_processor_id());
648 physid_set(hard_smp_processor_id(), phys_cpu_present_map);
649 }
650
651 /*
652 * If we couldn't find an SMP configuration at boot time,
653 * get out of here now!
654 */
655 if (!smp_found_config) {
656 printk(KERN_NOTICE "SMP motherboard not detected.\n");
a8ab26fe 657 disable_smp();
1da177e4
LT
658 if (APIC_init_uniprocessor())
659 printk(KERN_NOTICE "Local APIC not detected."
660 " Using dummy APIC emulation.\n");
a8ab26fe 661 return -1;
1da177e4
LT
662 }
663
664 /*
665 * Should not be necessary because the MP table should list the boot
666 * CPU too, but we do it for the sake of robustness anyway.
667 */
668 if (!physid_isset(boot_cpu_id, phys_cpu_present_map)) {
669 printk(KERN_NOTICE "weird, boot CPU (#%d) not listed by the BIOS.\n",
670 boot_cpu_id);
671 physid_set(hard_smp_processor_id(), phys_cpu_present_map);
672 }
673
674 /*
675 * If we couldn't find a local APIC, then get out of here now!
676 */
11a8e778 677 if (!cpu_has_apic) {
1da177e4
LT
678 printk(KERN_ERR "BIOS bug, local APIC #%d not detected!...\n",
679 boot_cpu_id);
680 printk(KERN_ERR "... forcing use of dummy APIC emulation. (tell your hw vendor)\n");
a8ab26fe
AK
681 nr_ioapics = 0;
682 return -1;
1da177e4
LT
683 }
684
1da177e4
LT
685 /*
686 * If SMP should be disabled, then really disable it!
687 */
688 if (!max_cpus) {
1da177e4 689 printk(KERN_INFO "SMP mode deactivated, forcing use of dummy APIC emulation.\n");
a8ab26fe
AK
690 nr_ioapics = 0;
691 return -1;
1da177e4
LT
692 }
693
a8ab26fe
AK
694 return 0;
695}
1da177e4 696
949ec325
YL
697static void __init smp_cpu_index_default(void)
698{
699 int i;
700 struct cpuinfo_x86 *c;
701
702 for_each_cpu_mask(i, cpu_possible_map) {
703 c = &cpu_data(i);
704 /* mark all to hotplug */
705 c->cpu_index = NR_CPUS;
706 }
707}
708
a8ab26fe
AK
709/*
710 * Prepare for SMP bootup. The MP table or ACPI has been read
711 * earlier. Just do some sanity checking here and enable APIC mode.
712 */
7557da67 713void __init native_smp_prepare_cpus(unsigned int max_cpus)
a8ab26fe 714{
a8ab26fe 715 nmi_watchdog_default();
949ec325 716 smp_cpu_index_default();
a8ab26fe
AK
717 current_cpu_data = boot_cpu_data;
718 current_thread_info()->cpu = 0; /* needed? */
94605eff 719 set_cpu_sibling_map(0);
1da177e4 720
a8ab26fe
AK
721 if (smp_sanity_check(max_cpus) < 0) {
722 printk(KERN_INFO "SMP disabled\n");
723 disable_smp();
724 return;
1da177e4
LT
725 }
726
a8ab26fe 727
1da177e4 728 /*
a8ab26fe 729 * Switch from PIC to APIC mode.
1da177e4 730 */
a8ab26fe 731 setup_local_APIC();
1da177e4 732
739f33b3
AK
733 /*
734 * Enable IO APIC before setting up error vector
735 */
736 if (!skip_ioapic_setup && nr_ioapics)
737 enable_IO_APIC();
738 end_local_APIC_setup();
739
a8ab26fe
AK
740 if (GET_APIC_ID(apic_read(APIC_ID)) != boot_cpu_id) {
741 panic("Boot APIC ID in local APIC unexpected (%d vs %d)",
742 GET_APIC_ID(apic_read(APIC_ID)), boot_cpu_id);
743 /* Or can we switch back to PIC here? */
1da177e4 744 }
1da177e4
LT
745
746 /*
a8ab26fe 747 * Now start the IO-APICs
1da177e4
LT
748 */
749 if (!skip_ioapic_setup && nr_ioapics)
750 setup_IO_APIC();
751 else
752 nr_ioapics = 0;
753
1da177e4 754 /*
a8ab26fe 755 * Set up local APIC timer on boot CPU.
1da177e4 756 */
1da177e4 757
746ef0cd 758 setup_boot_clock();
1da177e4
LT
759}
760
a8ab26fe
AK
761/*
762 * Early setup to make printk work.
763 */
1e3fac83 764void __init native_smp_prepare_boot_cpu(void)
1da177e4 765{
a8ab26fe 766 int me = smp_processor_id();
23916d49 767 /* already set me in cpu_online_map in boot_cpu_init() */
a8ab26fe 768 cpu_set(me, cpu_callout_map);
884d9e40 769 per_cpu(cpu_state, me) = CPU_ONLINE;
1da177e4
LT
770}
771
a8ab26fe
AK
772/*
773 * Entry point to boot a CPU.
a8ab26fe 774 */
71d19549 775int __cpuinit native_cpu_up(unsigned int cpu)
1da177e4 776{
a8ab26fe 777 int apicid = cpu_present_to_apicid(cpu);
d04f41e3
IM
778 unsigned long flags;
779 int err;
1da177e4 780
a8ab26fe 781 WARN_ON(irqs_disabled());
1da177e4 782
a8ab26fe
AK
783 Dprintk("++++++++++++++++++++=_---CPU UP %u\n", cpu);
784
785 if (apicid == BAD_APICID || apicid == boot_cpu_id ||
786 !physid_isset(apicid, phys_cpu_present_map)) {
787 printk("__cpu_up: bad cpu %d\n", cpu);
788 return -EINVAL;
789 }
a8ab26fe 790
76e4f660
AR
791 /*
792 * Already booted CPU?
793 */
794 if (cpu_isset(cpu, cpu_callin_map)) {
795 Dprintk("do_boot_cpu %d Already started\n", cpu);
796 return -ENOSYS;
797 }
798
2b1f6278
BK
799 /*
800 * Save current MTRR state in case it was changed since early boot
801 * (e.g. by the ACPI SMI) to initialize new CPUs with MTRRs in sync:
802 */
803 mtrr_save_state();
804
884d9e40 805 per_cpu(cpu_state, cpu) = CPU_UP_PREPARE;
a8ab26fe
AK
806 /* Boot it! */
807 err = do_boot_cpu(cpu, apicid);
808 if (err < 0) {
a8ab26fe
AK
809 Dprintk("do_boot_cpu failed %d\n", err);
810 return err;
1da177e4 811 }
a8ab26fe 812
1da177e4
LT
813 /* Unleash the CPU! */
814 Dprintk("waiting for cpu %d\n", cpu);
815
95492e46
IM
816 /*
817 * Make sure and check TSC sync:
818 */
d04f41e3 819 local_irq_save(flags);
95492e46 820 check_tsc_sync_source(cpu);
d04f41e3 821 local_irq_restore(flags);
95492e46 822
1da177e4 823 while (!cpu_isset(cpu, cpu_online_map))
a8ab26fe 824 cpu_relax();
76e4f660
AR
825 err = 0;
826
827 return err;
1da177e4
LT
828}
829
a8ab26fe
AK
830/*
831 * Finish the SMP boot.
832 */
c5597649 833void __init native_smp_cpus_done(unsigned int max_cpus)
1da177e4 834{
a8ab26fe 835 smp_cleanup_boot();
1da177e4 836 setup_ioapic_dest();
75152114 837 check_nmi_watchdog();
a8ab26fe 838}
76e4f660
AR
839
840#ifdef CONFIG_HOTPLUG_CPU
69e97c02 841static void __ref remove_cpu_from_maps(void)
76e4f660
AR
842{
843 int cpu = smp_processor_id();
844
845 cpu_clear(cpu, cpu_callout_map);
846 cpu_clear(cpu, cpu_callin_map);
5548fecd 847 clear_bit(cpu, (unsigned long *)&cpu_initialized); /* was set by cpu_init() */
488fc08d 848 clear_node_cpumask(cpu);
76e4f660
AR
849}
850
851int __cpu_disable(void)
852{
853 int cpu = smp_processor_id();
854
855 /*
856 * Perhaps use cpufreq to drop frequency, but that could go
857 * into generic code.
858 *
859 * We won't take down the boot processor on i386 due to some
860 * interrupts only being able to be serviced by the BSP.
861 * Especially so if we're not using an IOAPIC -zwane
862 */
863 if (cpu == 0)
864 return -EBUSY;
865
4038f901
SL
866 if (nmi_watchdog == NMI_LOCAL_APIC)
867 stop_apic_nmi_watchdog(NULL);
5e9ef02e 868 clear_local_APIC();
76e4f660
AR
869
870 /*
871 * HACK:
872 * Allow any queued timer interrupts to get serviced
873 * This is only a temporary solution until we cleanup
874 * fixup_irqs as we do for IA64.
875 */
876 local_irq_enable();
877 mdelay(1);
878
879 local_irq_disable();
880 remove_siblinginfo(cpu);
881
70a0a535 882 spin_lock(&vector_lock);
76e4f660
AR
883 /* It's now safe to remove this processor from the online map */
884 cpu_clear(cpu, cpu_online_map);
70a0a535 885 spin_unlock(&vector_lock);
76e4f660
AR
886 remove_cpu_from_maps();
887 fixup_irqs(cpu_online_map);
888 return 0;
889}
890
891void __cpu_die(unsigned int cpu)
892{
893 /* We don't do anything here: idle task is faking death itself. */
894 unsigned int i;
895
896 for (i = 0; i < 10; i++) {
897 /* They ack this in play_dead by setting CPU_DEAD */
884d9e40
AR
898 if (per_cpu(cpu_state, cpu) == CPU_DEAD) {
899 printk ("CPU %d is now offline\n", cpu);
d167a518
GH
900 if (1 == num_online_cpus())
901 alternatives_smp_switch(0);
76e4f660 902 return;
884d9e40 903 }
ef6e5253 904 msleep(100);
76e4f660
AR
905 }
906 printk(KERN_ERR "CPU %u didn't die...\n", cpu);
907}
908
909#else /* ... !CONFIG_HOTPLUG_CPU */
910
911int __cpu_disable(void)
912{
913 return -ENOSYS;
914}
915
916void __cpu_die(unsigned int cpu)
917{
918 /* We said "no" in __cpu_disable */
919 BUG();
920}
921#endif /* CONFIG_HOTPLUG_CPU */
This page took 0.391067 seconds and 5 git commands to generate.