Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1 | /* |
Glauber de Oliveira Costa | 4cedb33 | 2008-03-19 14:26:14 -0300 | [diff] [blame] | 2 | * x86 SMP booting functions |
| 3 | * |
Alan Cox | 87c6fe2 | 2009-01-05 14:08:04 +0000 | [diff] [blame] | 4 | * (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk> |
Ingo Molnar | 8f47e16 | 2009-01-31 02:03:42 +0100 | [diff] [blame] | 5 | * (c) 1998, 1999, 2000, 2009 Ingo Molnar <mingo@redhat.com> |
Glauber de Oliveira Costa | 4cedb33 | 2008-03-19 14:26:14 -0300 | [diff] [blame] | 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 | * |
| 15 | * This code is released under the GNU General Public License version 2 or |
| 16 | * later. |
| 17 | * |
| 18 | * Fixes |
| 19 | * Felix Koop : NR_CPUS used properly |
| 20 | * Jose Renau : Handle single CPU case. |
| 21 | * Alan Cox : By repeated request 8) - Total BogoMIPS report. |
| 22 | * Greg Wright : Fix for kernel stacks panic. |
| 23 | * Erich Boleyn : MP v1.4 and additional changes. |
| 24 | * Matthias Sattler : Changes for 2.1 kernel map. |
| 25 | * Michel Lespinasse : Changes for 2.1 kernel map. |
| 26 | * Michael Chastain : Change trampoline.S to gnu as. |
| 27 | * Alan Cox : Dumb bug: 'B' step PPro's are fine |
| 28 | * Ingo Molnar : Added APIC timers, based on code |
| 29 | * from Jose Renau |
| 30 | * Ingo Molnar : various cleanups and rewrites |
| 31 | * Tigran Aivazian : fixed "0.00 in /proc/uptime on SMP" bug. |
| 32 | * Maciej W. Rozycki : Bits for genuine 82489DX APICs |
| 33 | * Andi Kleen : Changed for SMP boot into long mode. |
| 34 | * Martin J. Bligh : Added support for multi-quad systems |
| 35 | * Dave Jones : Report invalid combinations of Athlon CPUs. |
| 36 | * Rusty Russell : Hacked into shape for new "hotplug" boot process. |
| 37 | * Andi Kleen : Converted to new state machine. |
| 38 | * Ashok Raj : CPU hotplug support |
| 39 | * Glauber Costa : i386 and x86_64 integration |
| 40 | */ |
| 41 | |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 42 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| 43 | |
Glauber Costa | 68a1c3f | 2008-03-03 14:12:42 -0300 | [diff] [blame] | 44 | #include <linux/init.h> |
| 45 | #include <linux/smp.h> |
Glauber Costa | a355352 | 2008-03-03 14:12:58 -0300 | [diff] [blame] | 46 | #include <linux/module.h> |
Glauber Costa | 70708a1 | 2008-03-03 14:13:03 -0300 | [diff] [blame] | 47 | #include <linux/sched.h> |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 48 | #include <linux/percpu.h> |
Glauber Costa | 91718e8 | 2008-03-03 14:13:12 -0300 | [diff] [blame] | 49 | #include <linux/bootmem.h> |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 50 | #include <linux/err.h> |
| 51 | #include <linux/nmi.h> |
Shane Wang | 69575d3 | 2009-09-01 18:25:07 -0700 | [diff] [blame] | 52 | #include <linux/tboot.h> |
Jacob Pan | 35f720c | 2009-09-17 07:36:43 -0700 | [diff] [blame] | 53 | #include <linux/stackprotector.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 54 | #include <linux/gfp.h> |
Boris Ostrovsky | 1a022e3 | 2012-03-13 19:55:09 +0100 | [diff] [blame] | 55 | #include <linux/cpuidle.h> |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 56 | |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 57 | #include <asm/acpi.h> |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 58 | #include <asm/desc.h> |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 59 | #include <asm/nmi.h> |
| 60 | #include <asm/irq.h> |
Ingo Molnar | 07bbc16 | 2008-09-23 23:26:42 +0200 | [diff] [blame] | 61 | #include <asm/idle.h> |
Jarkko Sakkinen | 48927bb | 2012-05-08 21:22:28 +0300 | [diff] [blame] | 62 | #include <asm/realmode.h> |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 63 | #include <asm/cpu.h> |
| 64 | #include <asm/numa.h> |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 65 | #include <asm/pgtable.h> |
| 66 | #include <asm/tlbflush.h> |
| 67 | #include <asm/mtrr.h> |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 68 | #include <asm/mwait.h> |
Ingo Molnar | 7b6aa33 | 2009-02-17 13:58:15 +0100 | [diff] [blame] | 69 | #include <asm/apic.h> |
Henrik Kretzschmar | 7167d08 | 2011-02-22 15:38:05 +0100 | [diff] [blame] | 70 | #include <asm/io_apic.h> |
Vincent Palatin | 644c154 | 2012-11-30 12:15:32 -0800 | [diff] [blame] | 71 | #include <asm/i387.h> |
| 72 | #include <asm/fpu-internal.h> |
Yinghai Lu | 569712b | 2008-11-16 03:12:49 -0800 | [diff] [blame] | 73 | #include <asm/setup.h> |
Tejun Heo | bdbcdd4 | 2009-01-21 17:26:06 +0900 | [diff] [blame] | 74 | #include <asm/uv/uv.h> |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 75 | #include <linux/mc146818rtc.h> |
Jacob Pan | b81bb37 | 2009-11-09 11:27:04 -0800 | [diff] [blame] | 76 | #include <asm/i8259.h> |
Jarkko Sakkinen | 48927bb | 2012-05-08 21:22:28 +0300 | [diff] [blame] | 77 | #include <asm/realmode.h> |
Borislav Petkov | 646e29a | 2013-09-27 16:35:54 +0200 | [diff] [blame] | 78 | #include <asm/misc.h> |
Jarkko Sakkinen | 48927bb | 2012-05-08 21:22:28 +0300 | [diff] [blame] | 79 | |
Glauber de Oliveira Costa | a8db845 | 2008-03-19 14:26:01 -0300 | [diff] [blame] | 80 | /* State of each CPU */ |
| 81 | DEFINE_PER_CPU(int, cpu_state) = { 0 }; |
| 82 | |
Glauber Costa | a355352 | 2008-03-03 14:12:58 -0300 | [diff] [blame] | 83 | /* Number of siblings per CPU package */ |
| 84 | int smp_num_siblings = 1; |
| 85 | EXPORT_SYMBOL(smp_num_siblings); |
| 86 | |
| 87 | /* Last level cache ID of each logical CPU */ |
Vlad Zolotarov | 0816b0f | 2012-06-11 12:56:52 +0300 | [diff] [blame] | 88 | DEFINE_PER_CPU_READ_MOSTLY(u16, cpu_llc_id) = BAD_APICID; |
Glauber Costa | a355352 | 2008-03-03 14:12:58 -0300 | [diff] [blame] | 89 | |
Glauber Costa | a355352 | 2008-03-03 14:12:58 -0300 | [diff] [blame] | 90 | /* representing HT siblings of each logical CPU */ |
Vlad Zolotarov | 0816b0f | 2012-06-11 12:56:52 +0300 | [diff] [blame] | 91 | DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map); |
Glauber Costa | a355352 | 2008-03-03 14:12:58 -0300 | [diff] [blame] | 92 | EXPORT_PER_CPU_SYMBOL(cpu_sibling_map); |
| 93 | |
| 94 | /* representing HT and core siblings of each logical CPU */ |
Vlad Zolotarov | 0816b0f | 2012-06-11 12:56:52 +0300 | [diff] [blame] | 95 | DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_core_map); |
Glauber Costa | a355352 | 2008-03-03 14:12:58 -0300 | [diff] [blame] | 96 | EXPORT_PER_CPU_SYMBOL(cpu_core_map); |
| 97 | |
Vlad Zolotarov | 0816b0f | 2012-06-11 12:56:52 +0300 | [diff] [blame] | 98 | DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_llc_shared_map); |
Yinghai Lu | b3d7336 | 2011-01-21 15:29:44 -0800 | [diff] [blame] | 99 | |
Glauber Costa | a355352 | 2008-03-03 14:12:58 -0300 | [diff] [blame] | 100 | /* Per CPU bogomips and other parameters */ |
Jan Beulich | 2c773dd | 2014-11-04 08:26:42 +0000 | [diff] [blame] | 101 | DEFINE_PER_CPU_READ_MOSTLY(struct cpuinfo_x86, cpu_info); |
Glauber Costa | a355352 | 2008-03-03 14:12:58 -0300 | [diff] [blame] | 102 | EXPORT_PER_CPU_SYMBOL(cpu_info); |
Glauber Costa | 768d950 | 2008-03-03 14:13:02 -0300 | [diff] [blame] | 103 | |
Yinghai Lu | 2b6163b | 2009-02-25 20:50:49 -0800 | [diff] [blame] | 104 | atomic_t init_deasserted; |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 105 | |
Thomas Gleixner | f77aa30 | 2015-01-15 21:22:29 +0000 | [diff] [blame] | 106 | static inline void smpboot_setup_warm_reset_vector(unsigned long start_eip) |
| 107 | { |
| 108 | unsigned long flags; |
| 109 | |
| 110 | spin_lock_irqsave(&rtc_lock, flags); |
| 111 | CMOS_WRITE(0xa, 0xf); |
| 112 | spin_unlock_irqrestore(&rtc_lock, flags); |
| 113 | local_flush_tlb(); |
| 114 | pr_debug("1.\n"); |
| 115 | *((volatile unsigned short *)phys_to_virt(TRAMPOLINE_PHYS_HIGH)) = |
| 116 | start_eip >> 4; |
| 117 | pr_debug("2.\n"); |
| 118 | *((volatile unsigned short *)phys_to_virt(TRAMPOLINE_PHYS_LOW)) = |
| 119 | start_eip & 0xf; |
| 120 | pr_debug("3.\n"); |
| 121 | } |
| 122 | |
| 123 | static inline void smpboot_restore_warm_reset_vector(void) |
| 124 | { |
| 125 | unsigned long flags; |
| 126 | |
| 127 | /* |
| 128 | * Install writable page 0 entry to set BIOS data area. |
| 129 | */ |
| 130 | local_flush_tlb(); |
| 131 | |
| 132 | /* |
| 133 | * Paranoid: Set warm reset code and vector here back |
| 134 | * to default values. |
| 135 | */ |
| 136 | spin_lock_irqsave(&rtc_lock, flags); |
| 137 | CMOS_WRITE(0, 0xf); |
| 138 | spin_unlock_irqrestore(&rtc_lock, flags); |
| 139 | |
| 140 | *((volatile u32 *)phys_to_virt(TRAMPOLINE_PHYS_LOW)) = 0; |
| 141 | } |
| 142 | |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 143 | /* |
Fenghua Yu | 30106c1 | 2012-11-13 11:32:41 -0800 | [diff] [blame] | 144 | * Report back to the Boot Processor during boot time or to the caller processor |
| 145 | * during CPU online. |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 146 | */ |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 147 | static void smp_callin(void) |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 148 | { |
| 149 | int cpuid, phys_id; |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 150 | |
| 151 | /* |
| 152 | * If waken up by an INIT in an 82489DX configuration |
| 153 | * we may get here before an INIT-deassert IPI reaches |
| 154 | * our local APIC. We have to wait for the IPI or we'll |
| 155 | * lock up on an APIC access. |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 156 | * |
| 157 | * Since CPU0 is not wakened up by INIT, it doesn't wait for the IPI. |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 158 | */ |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 159 | cpuid = smp_processor_id(); |
David Rientjes | 465822c | 2014-02-04 23:55:01 -0800 | [diff] [blame] | 160 | if (apic->wait_for_init_deassert && cpuid) |
| 161 | while (!atomic_read(&init_deasserted)) |
| 162 | cpu_relax(); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 163 | |
| 164 | /* |
| 165 | * (This works even if the APIC is not enabled.) |
| 166 | */ |
Yinghai Lu | 4c9961d | 2008-07-11 18:44:16 -0700 | [diff] [blame] | 167 | phys_id = read_apic_id(); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 168 | |
| 169 | /* |
| 170 | * the boot CPU has finished the init stage and is spinning |
| 171 | * on callin_map until we finish. We are free to set up this |
| 172 | * CPU, first the APIC. (this is probably redundant on most |
| 173 | * boards) |
| 174 | */ |
Thomas Gleixner | 05f7e46 | 2015-01-15 21:22:40 +0000 | [diff] [blame] | 175 | apic_ap_setup(); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 176 | |
Suresh Siddha | 9d133e5 | 2010-01-29 11:42:21 -0800 | [diff] [blame] | 177 | /* |
| 178 | * Need to setup vector mappings before we enable interrupts. |
| 179 | */ |
Suresh Siddha | 36e9e1e | 2010-03-15 14:33:06 -0800 | [diff] [blame] | 180 | setup_vector_irq(smp_processor_id()); |
Jack Steiner | b565201 | 2011-11-15 15:33:56 -0800 | [diff] [blame] | 181 | |
| 182 | /* |
| 183 | * Save our processor parameters. Note: this information |
| 184 | * is needed for clock calibration. |
| 185 | */ |
| 186 | smp_store_cpu_info(cpuid); |
| 187 | |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 188 | /* |
| 189 | * Get our bogomips. |
Jack Steiner | b565201 | 2011-11-15 15:33:56 -0800 | [diff] [blame] | 190 | * Update loops_per_jiffy in cpu_data. Previous call to |
| 191 | * smp_store_cpu_info() stored a value that is close but not as |
| 192 | * accurate as the value just calculated. |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 193 | */ |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 194 | calibrate_delay(); |
Jack Steiner | b565201 | 2011-11-15 15:33:56 -0800 | [diff] [blame] | 195 | cpu_data(cpuid).loops_per_jiffy = loops_per_jiffy; |
Thomas Gleixner | cfc1b9a | 2008-07-21 21:35:38 +0200 | [diff] [blame] | 196 | pr_debug("Stack at about %p\n", &cpuid); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 197 | |
| 198 | /* |
Andi Kleen | 5ef428c | 2010-11-18 11:47:31 +0100 | [diff] [blame] | 199 | * This must be done before setting cpu_online_mask |
| 200 | * or calling notify_cpu_starting. |
| 201 | */ |
| 202 | set_cpu_sibling_map(raw_smp_processor_id()); |
| 203 | wmb(); |
| 204 | |
Peter Zijlstra | 8525702 | 2010-03-23 19:30:52 +0100 | [diff] [blame] | 205 | notify_cpu_starting(cpuid); |
| 206 | |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 207 | /* |
| 208 | * Allow the master to continue. |
| 209 | */ |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 210 | cpumask_set_cpu(cpuid, cpu_callin_mask); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 211 | } |
| 212 | |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 213 | static int cpu0_logical_apicid; |
| 214 | static int enable_start_cpu0; |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 215 | /* |
| 216 | * Activate a secondary processor. |
| 217 | */ |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 218 | static void notrace start_secondary(void *unused) |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 219 | { |
| 220 | /* |
| 221 | * Don't put *anything* before cpu_init(), SMP booting is too |
| 222 | * fragile that we want to limit the things done here to the |
| 223 | * most necessary things. |
| 224 | */ |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 225 | cpu_init(); |
Igor Mammedov | df156f9 | 2012-02-07 15:52:44 +0100 | [diff] [blame] | 226 | x86_cpuinit.early_percpu_clock_init(); |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 227 | preempt_disable(); |
| 228 | smp_callin(); |
| 229 | |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 230 | enable_start_cpu0 = 0; |
| 231 | |
Borislav Petkov | b40827fa | 2010-08-28 15:58:33 +0200 | [diff] [blame] | 232 | #ifdef CONFIG_X86_32 |
| 233 | /* switch away from the initial page table */ |
| 234 | load_cr3(swapper_pg_dir); |
| 235 | __flush_tlb_all(); |
| 236 | #endif |
| 237 | |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 238 | /* otherwise gcc will move up smp_processor_id before the cpu_init */ |
| 239 | barrier(); |
| 240 | /* |
| 241 | * Check TSC synchronization with the BP: |
| 242 | */ |
| 243 | check_tsc_sync_target(); |
| 244 | |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 245 | /* |
H. Peter Anvin | 3891a04 | 2014-04-29 16:46:09 -0700 | [diff] [blame] | 246 | * Enable the espfix hack for this CPU |
| 247 | */ |
H. Peter Anvin | 197725d | 2014-05-04 10:00:49 -0700 | [diff] [blame] | 248 | #ifdef CONFIG_X86_ESPFIX64 |
H. Peter Anvin | 3891a04 | 2014-04-29 16:46:09 -0700 | [diff] [blame] | 249 | init_espfix_ap(); |
| 250 | #endif |
| 251 | |
| 252 | /* |
Eric W. Biederman | d388e5f | 2008-08-09 15:09:02 -0700 | [diff] [blame] | 253 | * We need to hold vector_lock so there the set of online cpus |
| 254 | * does not change while we are assigning vectors to cpus. Holding |
| 255 | * this lock ensures we don't half assign or remove an irq from a cpu. |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 256 | */ |
Eric W. Biederman | d388e5f | 2008-08-09 15:09:02 -0700 | [diff] [blame] | 257 | lock_vector_lock(); |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 258 | set_cpu_online(smp_processor_id(), true); |
Eric W. Biederman | d388e5f | 2008-08-09 15:09:02 -0700 | [diff] [blame] | 259 | unlock_vector_lock(); |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 260 | per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE; |
Russ Anderson | 78c0617 | 2010-02-26 10:49:12 -0600 | [diff] [blame] | 261 | x86_platform.nmi_init(); |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 262 | |
Manfred Spraul | 0cefa5b9 | 2008-09-07 11:29:58 +0200 | [diff] [blame] | 263 | /* enable local interrupts */ |
| 264 | local_irq_enable(); |
| 265 | |
Jacob Pan | 35f720c | 2009-09-17 07:36:43 -0700 | [diff] [blame] | 266 | /* to prevent fake stack check failure in clock setup */ |
| 267 | boot_init_stack_canary(); |
| 268 | |
Thomas Gleixner | 736deca | 2009-08-19 12:35:53 +0200 | [diff] [blame] | 269 | x86_cpuinit.setup_percpu_clockev(); |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 270 | |
| 271 | wmb(); |
Thomas Gleixner | 7d1a941 | 2013-03-21 22:50:03 +0100 | [diff] [blame] | 272 | cpu_startup_entry(CPUHP_ONLINE); |
Glauber de Oliveira Costa | bbc2ff6 | 2008-03-19 14:26:00 -0300 | [diff] [blame] | 273 | } |
| 274 | |
Fenghua Yu | 30106c1 | 2012-11-13 11:32:41 -0800 | [diff] [blame] | 275 | void __init smp_store_boot_cpu_info(void) |
| 276 | { |
| 277 | int id = 0; /* CPU 0 */ |
| 278 | struct cpuinfo_x86 *c = &cpu_data(id); |
| 279 | |
| 280 | *c = boot_cpu_data; |
| 281 | c->cpu_index = id; |
| 282 | } |
| 283 | |
Glauber de Oliveira Costa | 1d89a7f | 2008-03-19 14:25:05 -0300 | [diff] [blame] | 284 | /* |
| 285 | * The bootstrap kernel entry code has set these up. Save them for |
| 286 | * a given CPU |
| 287 | */ |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 288 | void smp_store_cpu_info(int id) |
Glauber de Oliveira Costa | 1d89a7f | 2008-03-19 14:25:05 -0300 | [diff] [blame] | 289 | { |
| 290 | struct cpuinfo_x86 *c = &cpu_data(id); |
| 291 | |
Yinghai Lu | b3d7336 | 2011-01-21 15:29:44 -0800 | [diff] [blame] | 292 | *c = boot_cpu_data; |
Glauber de Oliveira Costa | 1d89a7f | 2008-03-19 14:25:05 -0300 | [diff] [blame] | 293 | c->cpu_index = id; |
Fenghua Yu | 30106c1 | 2012-11-13 11:32:41 -0800 | [diff] [blame] | 294 | /* |
| 295 | * During boot time, CPU0 has this setup already. Save the info when |
| 296 | * bringing up AP or offlined CPU0. |
| 297 | */ |
| 298 | identify_secondary_cpu(c); |
Glauber de Oliveira Costa | 1d89a7f | 2008-03-19 14:25:05 -0300 | [diff] [blame] | 299 | } |
| 300 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 301 | static bool |
Dave Hansen | cebf15e | 2014-09-18 12:33:34 -0700 | [diff] [blame] | 302 | topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) |
| 303 | { |
| 304 | int cpu1 = c->cpu_index, cpu2 = o->cpu_index; |
| 305 | |
| 306 | return (cpu_to_node(cpu1) == cpu_to_node(cpu2)); |
| 307 | } |
| 308 | |
| 309 | static bool |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 310 | topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) |
Andreas Herrmann | d4fbe4f | 2010-09-30 14:41:56 +0200 | [diff] [blame] | 311 | { |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 312 | int cpu1 = c->cpu_index, cpu2 = o->cpu_index; |
| 313 | |
Dave Hansen | cebf15e | 2014-09-18 12:33:34 -0700 | [diff] [blame] | 314 | return !WARN_ONCE(!topology_same_node(c, o), |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 315 | "sched: CPU #%d's %s-sibling CPU #%d is not on the same node! " |
| 316 | "[node: %d != %d]. Ignoring dependency.\n", |
| 317 | cpu1, name, cpu2, cpu_to_node(cpu1), cpu_to_node(cpu2)); |
Andreas Herrmann | d4fbe4f | 2010-09-30 14:41:56 +0200 | [diff] [blame] | 318 | } |
| 319 | |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 320 | #define link_mask(_m, c1, c2) \ |
| 321 | do { \ |
| 322 | cpumask_set_cpu((c1), cpu_##_m##_mask(c2)); \ |
| 323 | cpumask_set_cpu((c2), cpu_##_m##_mask(c1)); \ |
| 324 | } while (0) |
| 325 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 326 | static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 327 | { |
Andreas Herrmann | 193f3fc | 2012-10-19 10:58:13 +0200 | [diff] [blame] | 328 | if (cpu_has_topoext) { |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 329 | int cpu1 = c->cpu_index, cpu2 = o->cpu_index; |
| 330 | |
| 331 | if (c->phys_proc_id == o->phys_proc_id && |
| 332 | per_cpu(cpu_llc_id, cpu1) == per_cpu(cpu_llc_id, cpu2) && |
| 333 | c->compute_unit_id == o->compute_unit_id) |
| 334 | return topology_sane(c, o, "smt"); |
| 335 | |
| 336 | } else if (c->phys_proc_id == o->phys_proc_id && |
| 337 | c->cpu_core_id == o->cpu_core_id) { |
| 338 | return topology_sane(c, o, "smt"); |
| 339 | } |
| 340 | |
| 341 | return false; |
| 342 | } |
| 343 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 344 | static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 345 | { |
| 346 | int cpu1 = c->cpu_index, cpu2 = o->cpu_index; |
| 347 | |
| 348 | if (per_cpu(cpu_llc_id, cpu1) != BAD_APICID && |
| 349 | per_cpu(cpu_llc_id, cpu1) == per_cpu(cpu_llc_id, cpu2)) |
| 350 | return topology_sane(c, o, "llc"); |
| 351 | |
| 352 | return false; |
| 353 | } |
| 354 | |
Dave Hansen | cebf15e | 2014-09-18 12:33:34 -0700 | [diff] [blame] | 355 | /* |
| 356 | * Unlike the other levels, we do not enforce keeping a |
| 357 | * multicore group inside a NUMA node. If this happens, we will |
| 358 | * discard the MC level of the topology later. |
| 359 | */ |
| 360 | static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 361 | { |
Dave Hansen | cebf15e | 2014-09-18 12:33:34 -0700 | [diff] [blame] | 362 | if (c->phys_proc_id == o->phys_proc_id) |
| 363 | return true; |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 364 | return false; |
| 365 | } |
Glauber de Oliveira Costa | 1d89a7f | 2008-03-19 14:25:05 -0300 | [diff] [blame] | 366 | |
Dave Hansen | cebf15e | 2014-09-18 12:33:34 -0700 | [diff] [blame] | 367 | static struct sched_domain_topology_level numa_inside_package_topology[] = { |
| 368 | #ifdef CONFIG_SCHED_SMT |
| 369 | { cpu_smt_mask, cpu_smt_flags, SD_INIT_NAME(SMT) }, |
| 370 | #endif |
| 371 | #ifdef CONFIG_SCHED_MC |
| 372 | { cpu_coregroup_mask, cpu_core_flags, SD_INIT_NAME(MC) }, |
| 373 | #endif |
| 374 | { NULL, }, |
| 375 | }; |
| 376 | /* |
| 377 | * set_sched_topology() sets the topology internal to a CPU. The |
| 378 | * NUMA topologies are layered on top of it to build the full |
| 379 | * system topology. |
| 380 | * |
| 381 | * If NUMA nodes are observed to occur within a CPU package, this |
| 382 | * function should be called. It forces the sched domain code to |
| 383 | * only use the SMT level for the CPU portion of the topology. |
| 384 | * This essentially falls back to relying on NUMA information |
| 385 | * from the SRAT table to describe the entire system topology |
| 386 | * (except for hyperthreads). |
| 387 | */ |
| 388 | static void primarily_use_numa_for_topology(void) |
| 389 | { |
| 390 | set_sched_topology(numa_inside_package_topology); |
| 391 | } |
| 392 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 393 | void set_cpu_sibling_map(int cpu) |
Glauber Costa | 768d950 | 2008-03-03 14:13:02 -0300 | [diff] [blame] | 394 | { |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 395 | bool has_smt = smp_num_siblings > 1; |
Andrew Jones | b0bc225 | 2013-05-29 14:48:15 +0200 | [diff] [blame] | 396 | bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1; |
Glauber Costa | 768d950 | 2008-03-03 14:13:02 -0300 | [diff] [blame] | 397 | struct cpuinfo_x86 *c = &cpu_data(cpu); |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 398 | struct cpuinfo_x86 *o; |
| 399 | int i; |
Glauber Costa | 768d950 | 2008-03-03 14:13:02 -0300 | [diff] [blame] | 400 | |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 401 | cpumask_set_cpu(cpu, cpu_sibling_setup_mask); |
Glauber Costa | 768d950 | 2008-03-03 14:13:02 -0300 | [diff] [blame] | 402 | |
Andrew Jones | b0bc225 | 2013-05-29 14:48:15 +0200 | [diff] [blame] | 403 | if (!has_mp) { |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 404 | cpumask_set_cpu(cpu, cpu_sibling_mask(cpu)); |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 405 | cpumask_set_cpu(cpu, cpu_llc_shared_mask(cpu)); |
| 406 | cpumask_set_cpu(cpu, cpu_core_mask(cpu)); |
Glauber Costa | 768d950 | 2008-03-03 14:13:02 -0300 | [diff] [blame] | 407 | c->booted_cores = 1; |
| 408 | return; |
| 409 | } |
| 410 | |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 411 | for_each_cpu(i, cpu_sibling_setup_mask) { |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 412 | o = &cpu_data(i); |
Peter Zijlstra | 0acbb44 | 2012-04-18 19:04:09 +0200 | [diff] [blame] | 413 | |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 414 | if ((i == cpu) || (has_smt && match_smt(c, o))) |
| 415 | link_mask(sibling, cpu, i); |
Peter Zijlstra | 0acbb44 | 2012-04-18 19:04:09 +0200 | [diff] [blame] | 416 | |
Andrew Jones | b0bc225 | 2013-05-29 14:48:15 +0200 | [diff] [blame] | 417 | if ((i == cpu) || (has_mp && match_llc(c, o))) |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 418 | link_mask(llc_shared, cpu, i); |
| 419 | |
Kamalesh Babulal | ceb1cba | 2012-05-31 13:07:38 +0530 | [diff] [blame] | 420 | } |
| 421 | |
| 422 | /* |
| 423 | * This needs a separate iteration over the cpus because we rely on all |
| 424 | * cpu_sibling_mask links to be set-up. |
| 425 | */ |
| 426 | for_each_cpu(i, cpu_sibling_setup_mask) { |
| 427 | o = &cpu_data(i); |
| 428 | |
Dave Hansen | cebf15e | 2014-09-18 12:33:34 -0700 | [diff] [blame] | 429 | if ((i == cpu) || (has_mp && match_die(c, o))) { |
Peter Zijlstra | 316ad24 | 2012-05-11 13:05:59 +0200 | [diff] [blame] | 430 | link_mask(core, cpu, i); |
| 431 | |
Glauber Costa | 768d950 | 2008-03-03 14:13:02 -0300 | [diff] [blame] | 432 | /* |
| 433 | * Does this new cpu bringup a new core? |
| 434 | */ |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 435 | if (cpumask_weight(cpu_sibling_mask(cpu)) == 1) { |
Glauber Costa | 768d950 | 2008-03-03 14:13:02 -0300 | [diff] [blame] | 436 | /* |
| 437 | * for each core in package, increment |
| 438 | * the booted_cores for this new cpu |
| 439 | */ |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 440 | if (cpumask_first(cpu_sibling_mask(i)) == i) |
Glauber Costa | 768d950 | 2008-03-03 14:13:02 -0300 | [diff] [blame] | 441 | c->booted_cores++; |
| 442 | /* |
| 443 | * increment the core count for all |
| 444 | * the other cpus in this package |
| 445 | */ |
| 446 | if (i != cpu) |
| 447 | cpu_data(i).booted_cores++; |
| 448 | } else if (i != cpu && !c->booted_cores) |
| 449 | c->booted_cores = cpu_data(i).booted_cores; |
| 450 | } |
Dave Hansen | 728e565 | 2014-09-30 14:45:46 -0700 | [diff] [blame] | 451 | if (match_die(c, o) && !topology_same_node(c, o)) |
Dave Hansen | cebf15e | 2014-09-18 12:33:34 -0700 | [diff] [blame] | 452 | primarily_use_numa_for_topology(); |
Glauber Costa | 768d950 | 2008-03-03 14:13:02 -0300 | [diff] [blame] | 453 | } |
| 454 | } |
| 455 | |
Glauber Costa | 70708a1 | 2008-03-03 14:13:03 -0300 | [diff] [blame] | 456 | /* maps the cpu to the sched domain representing multi-core */ |
Rusty Russell | 030bb20 | 2008-12-26 22:23:41 +1030 | [diff] [blame] | 457 | const struct cpumask *cpu_coregroup_mask(int cpu) |
Glauber Costa | 70708a1 | 2008-03-03 14:13:03 -0300 | [diff] [blame] | 458 | { |
Peter Zijlstra | 9f64638 | 2012-05-29 16:39:09 +0200 | [diff] [blame] | 459 | return cpu_llc_shared_mask(cpu); |
Rusty Russell | 030bb20 | 2008-12-26 22:23:41 +1030 | [diff] [blame] | 460 | } |
| 461 | |
Ingo Molnar | a4928cf | 2008-04-23 13:20:56 +0200 | [diff] [blame] | 462 | static void impress_friends(void) |
Glauber de Oliveira Costa | 904541e | 2008-03-19 14:25:27 -0300 | [diff] [blame] | 463 | { |
| 464 | int cpu; |
| 465 | unsigned long bogosum = 0; |
| 466 | /* |
| 467 | * Allow the user to impress friends. |
| 468 | */ |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 469 | pr_debug("Before bogomips\n"); |
Glauber de Oliveira Costa | 904541e | 2008-03-19 14:25:27 -0300 | [diff] [blame] | 470 | for_each_possible_cpu(cpu) |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 471 | if (cpumask_test_cpu(cpu, cpu_callout_mask)) |
Glauber de Oliveira Costa | 904541e | 2008-03-19 14:25:27 -0300 | [diff] [blame] | 472 | bogosum += cpu_data(cpu).loops_per_jiffy; |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 473 | pr_info("Total of %d processors activated (%lu.%02lu BogoMIPS)\n", |
Glauber de Oliveira Costa | f68e00a | 2008-03-19 14:25:29 -0300 | [diff] [blame] | 474 | num_online_cpus(), |
Glauber de Oliveira Costa | 904541e | 2008-03-19 14:25:27 -0300 | [diff] [blame] | 475 | bogosum/(500000/HZ), |
| 476 | (bogosum/(5000/HZ))%100); |
| 477 | |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 478 | pr_debug("Before bogocount - setting activated=1\n"); |
Glauber de Oliveira Costa | 904541e | 2008-03-19 14:25:27 -0300 | [diff] [blame] | 479 | } |
| 480 | |
Yinghai Lu | 569712b | 2008-11-16 03:12:49 -0800 | [diff] [blame] | 481 | void __inquire_remote_apic(int apicid) |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 482 | { |
| 483 | unsigned i, regs[] = { APIC_ID >> 4, APIC_LVR >> 4, APIC_SPIV >> 4 }; |
Greg Dietsche | a6c23905 | 2011-06-30 20:10:53 -0500 | [diff] [blame] | 484 | const char * const names[] = { "ID", "VERSION", "SPIV" }; |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 485 | int timeout; |
| 486 | u32 status; |
| 487 | |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 488 | pr_info("Inquiring remote APIC 0x%x...\n", apicid); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 489 | |
| 490 | for (i = 0; i < ARRAY_SIZE(regs); i++) { |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 491 | pr_info("... APIC 0x%x %s: ", apicid, names[i]); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 492 | |
| 493 | /* |
| 494 | * Wait for idle. |
| 495 | */ |
| 496 | status = safe_apic_wait_icr_idle(); |
| 497 | if (status) |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 498 | pr_cont("a previous APIC delivery may have failed\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 499 | |
Suresh Siddha | 1b374e4 | 2008-07-10 11:16:49 -0700 | [diff] [blame] | 500 | apic_icr_write(APIC_DM_REMRD | regs[i], apicid); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 501 | |
| 502 | timeout = 0; |
| 503 | do { |
| 504 | udelay(100); |
| 505 | status = apic_read(APIC_ICR) & APIC_ICR_RR_MASK; |
| 506 | } while (status == APIC_ICR_RR_INPROG && timeout++ < 1000); |
| 507 | |
| 508 | switch (status) { |
| 509 | case APIC_ICR_RR_VALID: |
| 510 | status = apic_read(APIC_RRR); |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 511 | pr_cont("%08x\n", status); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 512 | break; |
| 513 | default: |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 514 | pr_cont("failed\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 515 | } |
| 516 | } |
| 517 | } |
| 518 | |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 519 | /* |
| 520 | * Poke the other CPU in the eye via NMI to wake it up. Remember that the normal |
| 521 | * INIT, INIT, STARTUP sequence will reset the chip hard for us, and this |
| 522 | * won't ... remember to clear down the APIC, etc later. |
| 523 | */ |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 524 | int |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 525 | wakeup_secondary_cpu_via_nmi(int apicid, unsigned long start_eip) |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 526 | { |
| 527 | unsigned long send_status, accept_status = 0; |
| 528 | int maxlvt; |
| 529 | |
| 530 | /* Target chip */ |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 531 | /* Boot on the stack */ |
| 532 | /* Kick the second */ |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 533 | apic_icr_write(APIC_DM_NMI | apic->dest_logical, apicid); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 534 | |
Thomas Gleixner | cfc1b9a | 2008-07-21 21:35:38 +0200 | [diff] [blame] | 535 | pr_debug("Waiting for send to finish...\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 536 | send_status = safe_apic_wait_icr_idle(); |
| 537 | |
| 538 | /* |
| 539 | * Give the other CPU some time to accept the IPI. |
| 540 | */ |
| 541 | udelay(200); |
Yinghai Lu | 569712b | 2008-11-16 03:12:49 -0800 | [diff] [blame] | 542 | if (APIC_INTEGRATED(apic_version[boot_cpu_physical_apicid])) { |
Cyrill Gorcunov | 59ef48a | 2008-09-14 21:58:49 +0400 | [diff] [blame] | 543 | maxlvt = lapic_get_maxlvt(); |
| 544 | if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ |
| 545 | apic_write(APIC_ESR, 0); |
| 546 | accept_status = (apic_read(APIC_ESR) & 0xEF); |
| 547 | } |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 548 | pr_debug("NMI sent\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 549 | |
| 550 | if (send_status) |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 551 | pr_err("APIC never delivered???\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 552 | if (accept_status) |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 553 | pr_err("APIC delivery error (%lx)\n", accept_status); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 554 | |
| 555 | return (send_status | accept_status); |
| 556 | } |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 557 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 558 | static int |
Yinghai Lu | 569712b | 2008-11-16 03:12:49 -0800 | [diff] [blame] | 559 | wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip) |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 560 | { |
| 561 | unsigned long send_status, accept_status = 0; |
| 562 | int maxlvt, num_starts, j; |
| 563 | |
Maciej W. Rozycki | 593f4a7 | 2008-07-16 19:15:30 +0100 | [diff] [blame] | 564 | maxlvt = lapic_get_maxlvt(); |
| 565 | |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 566 | /* |
| 567 | * Be paranoid about clearing APIC errors. |
| 568 | */ |
| 569 | if (APIC_INTEGRATED(apic_version[phys_apicid])) { |
Maciej W. Rozycki | 593f4a7 | 2008-07-16 19:15:30 +0100 | [diff] [blame] | 570 | if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ |
| 571 | apic_write(APIC_ESR, 0); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 572 | apic_read(APIC_ESR); |
| 573 | } |
| 574 | |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 575 | pr_debug("Asserting INIT\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 576 | |
| 577 | /* |
| 578 | * Turn INIT on target chip |
| 579 | */ |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 580 | /* |
| 581 | * Send IPI |
| 582 | */ |
Suresh Siddha | 1b374e4 | 2008-07-10 11:16:49 -0700 | [diff] [blame] | 583 | apic_icr_write(APIC_INT_LEVELTRIG | APIC_INT_ASSERT | APIC_DM_INIT, |
| 584 | phys_apicid); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 585 | |
Thomas Gleixner | cfc1b9a | 2008-07-21 21:35:38 +0200 | [diff] [blame] | 586 | pr_debug("Waiting for send to finish...\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 587 | send_status = safe_apic_wait_icr_idle(); |
| 588 | |
| 589 | mdelay(10); |
| 590 | |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 591 | pr_debug("Deasserting INIT\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 592 | |
| 593 | /* Target chip */ |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 594 | /* Send IPI */ |
Suresh Siddha | 1b374e4 | 2008-07-10 11:16:49 -0700 | [diff] [blame] | 595 | apic_icr_write(APIC_INT_LEVELTRIG | APIC_DM_INIT, phys_apicid); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 596 | |
Thomas Gleixner | cfc1b9a | 2008-07-21 21:35:38 +0200 | [diff] [blame] | 597 | pr_debug("Waiting for send to finish...\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 598 | send_status = safe_apic_wait_icr_idle(); |
| 599 | |
| 600 | mb(); |
| 601 | atomic_set(&init_deasserted, 1); |
| 602 | |
| 603 | /* |
| 604 | * Should we send STARTUP IPIs ? |
| 605 | * |
| 606 | * Determine this based on the APIC version. |
| 607 | * If we don't have an integrated APIC, don't send the STARTUP IPIs. |
| 608 | */ |
| 609 | if (APIC_INTEGRATED(apic_version[phys_apicid])) |
| 610 | num_starts = 2; |
| 611 | else |
| 612 | num_starts = 0; |
| 613 | |
| 614 | /* |
| 615 | * Paravirt / VMI wants a startup IPI hook here to set up the |
| 616 | * target processor state. |
| 617 | */ |
| 618 | startup_ipi_hook(phys_apicid, (unsigned long) start_secondary, |
H. Peter Anvin | 11d4c3f | 2011-02-04 16:14:11 -0800 | [diff] [blame] | 619 | stack_start); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 620 | |
| 621 | /* |
| 622 | * Run STARTUP IPI loop. |
| 623 | */ |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 624 | pr_debug("#startup loops: %d\n", num_starts); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 625 | |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 626 | for (j = 1; j <= num_starts; j++) { |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 627 | pr_debug("Sending STARTUP #%d\n", j); |
Maciej W. Rozycki | 593f4a7 | 2008-07-16 19:15:30 +0100 | [diff] [blame] | 628 | if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ |
| 629 | apic_write(APIC_ESR, 0); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 630 | apic_read(APIC_ESR); |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 631 | pr_debug("After apic_write\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 632 | |
| 633 | /* |
| 634 | * STARTUP IPI |
| 635 | */ |
| 636 | |
| 637 | /* Target chip */ |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 638 | /* Boot on the stack */ |
| 639 | /* Kick the second */ |
Suresh Siddha | 1b374e4 | 2008-07-10 11:16:49 -0700 | [diff] [blame] | 640 | apic_icr_write(APIC_DM_STARTUP | (start_eip >> 12), |
| 641 | phys_apicid); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 642 | |
| 643 | /* |
| 644 | * Give the other CPU some time to accept the IPI. |
| 645 | */ |
| 646 | udelay(300); |
| 647 | |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 648 | pr_debug("Startup point 1\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 649 | |
Thomas Gleixner | cfc1b9a | 2008-07-21 21:35:38 +0200 | [diff] [blame] | 650 | pr_debug("Waiting for send to finish...\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 651 | send_status = safe_apic_wait_icr_idle(); |
| 652 | |
| 653 | /* |
| 654 | * Give the other CPU some time to accept the IPI. |
| 655 | */ |
| 656 | udelay(200); |
Maciej W. Rozycki | 593f4a7 | 2008-07-16 19:15:30 +0100 | [diff] [blame] | 657 | if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 658 | apic_write(APIC_ESR, 0); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 659 | accept_status = (apic_read(APIC_ESR) & 0xEF); |
| 660 | if (send_status || accept_status) |
| 661 | break; |
| 662 | } |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 663 | pr_debug("After Startup\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 664 | |
| 665 | if (send_status) |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 666 | pr_err("APIC never delivered???\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 667 | if (accept_status) |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 668 | pr_err("APIC delivery error (%lx)\n", accept_status); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 669 | |
| 670 | return (send_status | accept_status); |
| 671 | } |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 672 | |
Borislav Petkov | a17bce4 | 2013-09-30 11:56:24 +0200 | [diff] [blame] | 673 | void smp_announce(void) |
| 674 | { |
| 675 | int num_nodes = num_online_nodes(); |
| 676 | |
| 677 | printk(KERN_INFO "x86: Booted up %d node%s, %d CPUs\n", |
| 678 | num_nodes, (num_nodes > 1 ? "s" : ""), num_online_cpus()); |
| 679 | } |
| 680 | |
Mike Travis | 2eaad1f | 2009-12-10 17:19:36 -0800 | [diff] [blame] | 681 | /* reduce the number of lines printed when booting a large cpu count system */ |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 682 | static void announce_cpu(int cpu, int apicid) |
Mike Travis | 2eaad1f | 2009-12-10 17:19:36 -0800 | [diff] [blame] | 683 | { |
| 684 | static int current_node = -1; |
Borislav Petkov | 4adc8b7 | 2010-06-01 21:04:55 +0200 | [diff] [blame] | 685 | int node = early_cpu_to_node(cpu); |
Borislav Petkov | a17bce4 | 2013-09-30 11:56:24 +0200 | [diff] [blame] | 686 | static int width, node_width; |
Borislav Petkov | 646e29a | 2013-09-27 16:35:54 +0200 | [diff] [blame] | 687 | |
| 688 | if (!width) |
| 689 | width = num_digits(num_possible_cpus()) + 1; /* + '#' sign */ |
Mike Travis | 2eaad1f | 2009-12-10 17:19:36 -0800 | [diff] [blame] | 690 | |
Borislav Petkov | a17bce4 | 2013-09-30 11:56:24 +0200 | [diff] [blame] | 691 | if (!node_width) |
| 692 | node_width = num_digits(num_possible_nodes()) + 1; /* + '#' */ |
| 693 | |
| 694 | if (cpu == 1) |
| 695 | printk(KERN_INFO "x86: Booting SMP configuration:\n"); |
| 696 | |
Mike Travis | 2eaad1f | 2009-12-10 17:19:36 -0800 | [diff] [blame] | 697 | if (system_state == SYSTEM_BOOTING) { |
| 698 | if (node != current_node) { |
| 699 | if (current_node > (-1)) |
Borislav Petkov | a17bce4 | 2013-09-30 11:56:24 +0200 | [diff] [blame] | 700 | pr_cont("\n"); |
Mike Travis | 2eaad1f | 2009-12-10 17:19:36 -0800 | [diff] [blame] | 701 | current_node = node; |
Borislav Petkov | a17bce4 | 2013-09-30 11:56:24 +0200 | [diff] [blame] | 702 | |
| 703 | printk(KERN_INFO ".... node %*s#%d, CPUs: ", |
| 704 | node_width - num_digits(node), " ", node); |
Mike Travis | 2eaad1f | 2009-12-10 17:19:36 -0800 | [diff] [blame] | 705 | } |
Borislav Petkov | 646e29a | 2013-09-27 16:35:54 +0200 | [diff] [blame] | 706 | |
| 707 | /* Add padding for the BSP */ |
| 708 | if (cpu == 1) |
| 709 | pr_cont("%*s", width + 1, " "); |
| 710 | |
| 711 | pr_cont("%*s#%d", width - num_digits(cpu), " ", cpu); |
| 712 | |
Mike Travis | 2eaad1f | 2009-12-10 17:19:36 -0800 | [diff] [blame] | 713 | } else |
| 714 | pr_info("Booting Node %d Processor %d APIC 0x%x\n", |
| 715 | node, cpu, apicid); |
| 716 | } |
| 717 | |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 718 | static int wakeup_cpu0_nmi(unsigned int cmd, struct pt_regs *regs) |
| 719 | { |
| 720 | int cpu; |
| 721 | |
| 722 | cpu = smp_processor_id(); |
| 723 | if (cpu == 0 && !cpu_online(cpu) && enable_start_cpu0) |
| 724 | return NMI_HANDLED; |
| 725 | |
| 726 | return NMI_DONE; |
| 727 | } |
| 728 | |
| 729 | /* |
| 730 | * Wake up AP by INIT, INIT, STARTUP sequence. |
| 731 | * |
| 732 | * Instead of waiting for STARTUP after INITs, BSP will execute the BIOS |
| 733 | * boot-strap code which is not a desired behavior for waking up BSP. To |
| 734 | * void the boot-strap code, wake up CPU0 by NMI instead. |
| 735 | * |
| 736 | * This works to wake up soft offlined CPU0 only. If CPU0 is hard offlined |
| 737 | * (i.e. physically hot removed and then hot added), NMI won't wake it up. |
| 738 | * We'll change this code in the future to wake up hard offlined CPU0 if |
| 739 | * real platform and request are available. |
| 740 | */ |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 741 | static int |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 742 | wakeup_cpu_via_init_nmi(int cpu, unsigned long start_ip, int apicid, |
| 743 | int *cpu0_nmi_registered) |
| 744 | { |
| 745 | int id; |
| 746 | int boot_error; |
| 747 | |
Jan Kiszka | ea7bdc6 | 2014-01-27 20:14:06 +0100 | [diff] [blame] | 748 | preempt_disable(); |
| 749 | |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 750 | /* |
| 751 | * Wake up AP by INIT, INIT, STARTUP sequence. |
| 752 | */ |
Jan Kiszka | ea7bdc6 | 2014-01-27 20:14:06 +0100 | [diff] [blame] | 753 | if (cpu) { |
| 754 | boot_error = wakeup_secondary_cpu_via_init(apicid, start_ip); |
| 755 | goto out; |
| 756 | } |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 757 | |
| 758 | /* |
| 759 | * Wake up BSP by nmi. |
| 760 | * |
| 761 | * Register a NMI handler to help wake up CPU0. |
| 762 | */ |
| 763 | boot_error = register_nmi_handler(NMI_LOCAL, |
| 764 | wakeup_cpu0_nmi, 0, "wake_cpu0"); |
| 765 | |
| 766 | if (!boot_error) { |
| 767 | enable_start_cpu0 = 1; |
| 768 | *cpu0_nmi_registered = 1; |
| 769 | if (apic->dest_logical == APIC_DEST_LOGICAL) |
| 770 | id = cpu0_logical_apicid; |
| 771 | else |
| 772 | id = apicid; |
| 773 | boot_error = wakeup_secondary_cpu_via_nmi(id, start_ip); |
| 774 | } |
| 775 | |
Jan Kiszka | ea7bdc6 | 2014-01-27 20:14:06 +0100 | [diff] [blame] | 776 | out: |
| 777 | preempt_enable(); |
| 778 | |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 779 | return boot_error; |
| 780 | } |
| 781 | |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 782 | /* |
| 783 | * NOTE - on most systems this is a PHYSICAL apic ID, but on multiquad |
| 784 | * (ie clustered apic addressing mode), this is a LOGICAL apic ID. |
Ingo Molnar | 1f5bcab | 2009-02-26 13:51:40 +0100 | [diff] [blame] | 785 | * Returns zero if CPU booted OK, else error code from |
| 786 | * ->wakeup_secondary_cpu. |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 787 | */ |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 788 | static int do_boot_cpu(int apicid, int cpu, struct task_struct *idle) |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 789 | { |
Jarkko Sakkinen | 48927bb | 2012-05-08 21:22:28 +0300 | [diff] [blame] | 790 | volatile u32 *trampoline_status = |
Jarkko Sakkinen | b429dbf | 2012-05-08 21:22:41 +0300 | [diff] [blame] | 791 | (volatile u32 *) __va(real_mode_header->trampoline_status); |
Jarkko Sakkinen | 48927bb | 2012-05-08 21:22:28 +0300 | [diff] [blame] | 792 | /* start_ip had better be page-aligned! */ |
Jarkko Sakkinen | f37240f | 2012-05-08 21:22:43 +0300 | [diff] [blame] | 793 | unsigned long start_ip = real_mode_header->trampoline_start; |
Jarkko Sakkinen | 48927bb | 2012-05-08 21:22:28 +0300 | [diff] [blame] | 794 | |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 795 | unsigned long boot_error = 0; |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 796 | int cpu0_nmi_registered = 0; |
Igor Mammedov | ce4b1b1 | 2014-06-20 14:23:11 +0200 | [diff] [blame] | 797 | unsigned long timeout; |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 798 | |
Rusty Russell | 816afe4 | 2012-08-06 17:29:49 +0930 | [diff] [blame] | 799 | /* Just in case we booted with a single CPU. */ |
| 800 | alternatives_enable_smp(); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 801 | |
Thomas Gleixner | 7eb43a6 | 2012-04-20 13:05:48 +0000 | [diff] [blame] | 802 | idle->thread.sp = (unsigned long) (((struct pt_regs *) |
| 803 | (THREAD_SIZE + task_stack_page(idle))) - 1); |
| 804 | per_cpu(current_task, cpu) = idle; |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 805 | |
Brian Gerst | c6f5e0a | 2009-01-19 00:38:58 +0900 | [diff] [blame] | 806 | #ifdef CONFIG_X86_32 |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 807 | /* Stack for startup_32 can be just as for start_secondary onwards */ |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 808 | irq_ctx_init(cpu); |
| 809 | #else |
Thomas Gleixner | 7eb43a6 | 2012-04-20 13:05:48 +0000 | [diff] [blame] | 810 | clear_tsk_thread_flag(idle, TIF_FORK); |
Tejun Heo | 004aa32 | 2009-01-13 20:41:35 +0900 | [diff] [blame] | 811 | initial_gs = per_cpu_offset(cpu); |
Steven Rostedt | 198d208 | 2014-02-06 09:41:31 -0500 | [diff] [blame] | 812 | #endif |
Brian Gerst | 9af4565 | 2009-01-19 00:38:58 +0900 | [diff] [blame] | 813 | per_cpu(kernel_stack, cpu) = |
Thomas Gleixner | 7eb43a6 | 2012-04-20 13:05:48 +0000 | [diff] [blame] | 814 | (unsigned long)task_stack_page(idle) - |
Brian Gerst | 9af4565 | 2009-01-19 00:38:58 +0900 | [diff] [blame] | 815 | KERNEL_STACK_OFFSET + THREAD_SIZE; |
Glauber Costa | a939098 | 2008-05-28 16:19:53 -0700 | [diff] [blame] | 816 | early_gdt_descr.address = (unsigned long)get_cpu_gdt_table(cpu); |
Glauber Costa | 3e97047 | 2008-05-28 13:01:54 -0300 | [diff] [blame] | 817 | initial_code = (unsigned long)start_secondary; |
Thomas Gleixner | 7eb43a6 | 2012-04-20 13:05:48 +0000 | [diff] [blame] | 818 | stack_start = idle->thread.sp; |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 819 | |
Mike Travis | 2eaad1f | 2009-12-10 17:19:36 -0800 | [diff] [blame] | 820 | /* So we see what's up */ |
| 821 | announce_cpu(cpu, apicid); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 822 | |
| 823 | /* |
| 824 | * This grunge runs the startup process for |
| 825 | * the targeted processor. |
| 826 | */ |
| 827 | |
| 828 | atomic_set(&init_deasserted, 0); |
| 829 | |
Jack Steiner | 34d0559 | 2008-04-16 11:45:15 -0500 | [diff] [blame] | 830 | if (get_uv_system_type() != UV_NON_UNIQUE_APIC) { |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 831 | |
Thomas Gleixner | cfc1b9a | 2008-07-21 21:35:38 +0200 | [diff] [blame] | 832 | pr_debug("Setting warm reset code and vector.\n"); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 833 | |
Jack Steiner | 34d0559 | 2008-04-16 11:45:15 -0500 | [diff] [blame] | 834 | smpboot_setup_warm_reset_vector(start_ip); |
| 835 | /* |
| 836 | * Be paranoid about clearing APIC errors. |
Cyrill Gorcunov | db96b0a | 2008-10-22 18:00:09 +0400 | [diff] [blame] | 837 | */ |
| 838 | if (APIC_INTEGRATED(apic_version[boot_cpu_physical_apicid])) { |
| 839 | apic_write(APIC_ESR, 0); |
| 840 | apic_read(APIC_ESR); |
| 841 | } |
Jack Steiner | 34d0559 | 2008-04-16 11:45:15 -0500 | [diff] [blame] | 842 | } |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 843 | |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 844 | /* |
Igor Mammedov | ce4b1b1 | 2014-06-20 14:23:11 +0200 | [diff] [blame] | 845 | * AP might wait on cpu_callout_mask in cpu_init() with |
| 846 | * cpu_initialized_mask set if previous attempt to online |
| 847 | * it timed-out. Clear cpu_initialized_mask so that after |
| 848 | * INIT/SIPI it could start with a clean state. |
| 849 | */ |
| 850 | cpumask_clear_cpu(cpu, cpu_initialized_mask); |
| 851 | smp_mb(); |
| 852 | |
| 853 | /* |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 854 | * Wake up a CPU in difference cases: |
| 855 | * - Use the method in the APIC driver if it's defined |
| 856 | * Otherwise, |
| 857 | * - Use an INIT boot APIC message for APs or NMI for BSP. |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 858 | */ |
Ingo Molnar | 1f5bcab | 2009-02-26 13:51:40 +0100 | [diff] [blame] | 859 | if (apic->wakeup_secondary_cpu) |
| 860 | boot_error = apic->wakeup_secondary_cpu(apicid, start_ip); |
| 861 | else |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 862 | boot_error = wakeup_cpu_via_init_nmi(cpu, start_ip, apicid, |
| 863 | &cpu0_nmi_registered); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 864 | |
| 865 | if (!boot_error) { |
| 866 | /* |
Igor Mammedov | ce4b1b1 | 2014-06-20 14:23:11 +0200 | [diff] [blame] | 867 | * Wait 10s total for a response from AP |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 868 | */ |
Igor Mammedov | ce4b1b1 | 2014-06-20 14:23:11 +0200 | [diff] [blame] | 869 | boot_error = -1; |
| 870 | timeout = jiffies + 10*HZ; |
| 871 | while (time_before(jiffies, timeout)) { |
| 872 | if (cpumask_test_cpu(cpu, cpu_initialized_mask)) { |
| 873 | /* |
| 874 | * Tell AP to proceed with initialization |
| 875 | */ |
| 876 | cpumask_set_cpu(cpu, cpu_callout_mask); |
| 877 | boot_error = 0; |
| 878 | break; |
| 879 | } |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 880 | udelay(100); |
Igor Mammedov | ce4b1b1 | 2014-06-20 14:23:11 +0200 | [diff] [blame] | 881 | schedule(); |
| 882 | } |
| 883 | } |
| 884 | |
| 885 | if (!boot_error) { |
| 886 | /* |
| 887 | * Wait till AP completes initial initialization |
| 888 | */ |
| 889 | while (!cpumask_test_cpu(cpu, cpu_callin_mask)) { |
Suresh Siddha | 68f202e | 2010-07-30 11:46:42 -0700 | [diff] [blame] | 890 | /* |
| 891 | * Allow other tasks to run while we wait for the |
| 892 | * AP to come online. This also gives a chance |
| 893 | * for the MTRR work(triggered by the AP coming online) |
| 894 | * to be completed in the stop machine context. |
| 895 | */ |
Igor Mammedov | ce4b1b1 | 2014-06-20 14:23:11 +0200 | [diff] [blame] | 896 | udelay(100); |
Suresh Siddha | 68f202e | 2010-07-30 11:46:42 -0700 | [diff] [blame] | 897 | schedule(); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 898 | } |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 899 | } |
| 900 | |
| 901 | /* mark "stuck" area as not stuck */ |
Jarkko Sakkinen | 48927bb | 2012-05-08 21:22:28 +0300 | [diff] [blame] | 902 | *trampoline_status = 0; |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 903 | |
Yinghai Lu | 02421f9 | 2009-04-03 17:15:53 -0700 | [diff] [blame] | 904 | if (get_uv_system_type() != UV_NON_UNIQUE_APIC) { |
| 905 | /* |
| 906 | * Cleanup possible dangling ends... |
| 907 | */ |
| 908 | smpboot_restore_warm_reset_vector(); |
| 909 | } |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 910 | /* |
| 911 | * Clean up the nmi handler. Do this after the callin and callout sync |
| 912 | * to avoid impact of possible long unregister time. |
| 913 | */ |
| 914 | if (cpu0_nmi_registered) |
| 915 | unregister_nmi_handler(NMI_LOCAL, "wake_cpu0"); |
| 916 | |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 917 | return boot_error; |
| 918 | } |
| 919 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 920 | int native_cpu_up(unsigned int cpu, struct task_struct *tidle) |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 921 | { |
Ingo Molnar | a21769a4 | 2009-01-28 06:50:47 +0100 | [diff] [blame] | 922 | int apicid = apic->cpu_present_to_apicid(cpu); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 923 | unsigned long flags; |
| 924 | int err; |
| 925 | |
| 926 | WARN_ON(irqs_disabled()); |
| 927 | |
Thomas Gleixner | cfc1b9a | 2008-07-21 21:35:38 +0200 | [diff] [blame] | 928 | pr_debug("++++++++++++++++++++=_---CPU UP %u\n", cpu); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 929 | |
Fenghua Yu | 30106c1 | 2012-11-13 11:32:41 -0800 | [diff] [blame] | 930 | if (apicid == BAD_APICID || |
Suresh Siddha | c284b42 | 2011-12-21 17:45:19 -0800 | [diff] [blame] | 931 | !physid_isset(apicid, phys_cpu_present_map) || |
Daniel J Blueman | fa63030 | 2012-03-14 15:17:34 +0800 | [diff] [blame] | 932 | !apic->apic_id_valid(apicid)) { |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 933 | pr_err("%s: bad cpu %d\n", __func__, cpu); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 934 | return -EINVAL; |
| 935 | } |
| 936 | |
| 937 | /* |
| 938 | * Already booted CPU? |
| 939 | */ |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 940 | if (cpumask_test_cpu(cpu, cpu_callin_mask)) { |
Thomas Gleixner | cfc1b9a | 2008-07-21 21:35:38 +0200 | [diff] [blame] | 941 | pr_debug("do_boot_cpu %d Already started\n", cpu); |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 942 | return -ENOSYS; |
| 943 | } |
| 944 | |
| 945 | /* |
| 946 | * Save current MTRR state in case it was changed since early boot |
| 947 | * (e.g. by the ACPI SMI) to initialize new CPUs with MTRRs in sync: |
| 948 | */ |
| 949 | mtrr_save_state(); |
| 950 | |
| 951 | per_cpu(cpu_state, cpu) = CPU_UP_PREPARE; |
| 952 | |
Vincent Palatin | 644c154 | 2012-11-30 12:15:32 -0800 | [diff] [blame] | 953 | /* the FPU context is blank, nobody can own it */ |
| 954 | __cpu_disable_lazy_restore(cpu); |
| 955 | |
Thomas Gleixner | 7eb43a6 | 2012-04-20 13:05:48 +0000 | [diff] [blame] | 956 | err = do_boot_cpu(apicid, cpu, tidle); |
Hugh Dickins | 61165d7 | 2008-05-13 14:26:57 +0100 | [diff] [blame] | 957 | if (err) { |
Igor Mammedov | feef1e8 | 2014-06-05 15:42:44 +0200 | [diff] [blame] | 958 | pr_err("do_boot_cpu failed(%d) to wakeup CPU#%u\n", err, cpu); |
Hugh Dickins | 61165d7 | 2008-05-13 14:26:57 +0100 | [diff] [blame] | 959 | return -EIO; |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 960 | } |
| 961 | |
| 962 | /* |
| 963 | * Check TSC synchronization with the AP (keep irqs disabled |
| 964 | * while doing so): |
| 965 | */ |
| 966 | local_irq_save(flags); |
| 967 | check_tsc_sync_source(cpu); |
| 968 | local_irq_restore(flags); |
| 969 | |
Akinobu Mita | 7c04e64 | 2008-04-19 23:55:17 +0900 | [diff] [blame] | 970 | while (!cpu_online(cpu)) { |
Glauber de Oliveira Costa | cb3c8b9 | 2008-03-19 14:25:59 -0300 | [diff] [blame] | 971 | cpu_relax(); |
| 972 | touch_nmi_watchdog(); |
| 973 | } |
| 974 | |
| 975 | return 0; |
| 976 | } |
| 977 | |
Henrik Kretzschmar | 7167d08 | 2011-02-22 15:38:05 +0100 | [diff] [blame] | 978 | /** |
| 979 | * arch_disable_smp_support() - disables SMP support for x86 at runtime |
| 980 | */ |
| 981 | void arch_disable_smp_support(void) |
| 982 | { |
| 983 | disable_ioapic_support(); |
| 984 | } |
| 985 | |
Glauber de Oliveira Costa | a8db845 | 2008-03-19 14:26:01 -0300 | [diff] [blame] | 986 | /* |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 987 | * Fall back to non SMP mode after errors. |
| 988 | * |
| 989 | * RED-PEN audit/test this more. I bet there is more state messed up here. |
| 990 | */ |
| 991 | static __init void disable_smp(void) |
| 992 | { |
Thomas Gleixner | 613c25ef | 2015-01-15 21:22:42 +0000 | [diff] [blame] | 993 | pr_info("SMP disabled\n"); |
| 994 | |
Thomas Gleixner | ef4c59a | 2015-01-15 21:22:35 +0000 | [diff] [blame] | 995 | disable_ioapic_support(); |
| 996 | |
Rusty Russell | 4f06289 | 2009-03-13 14:49:54 +1030 | [diff] [blame] | 997 | init_cpu_present(cpumask_of(0)); |
| 998 | init_cpu_possible(cpumask_of(0)); |
Glauber Costa | 0f385d1 | 2008-05-28 17:09:53 -0700 | [diff] [blame] | 999 | |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1000 | if (smp_found_config) |
Jack Steiner | b6df1b8 | 2008-06-19 21:51:05 -0500 | [diff] [blame] | 1001 | physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1002 | else |
Jack Steiner | b6df1b8 | 2008-06-19 21:51:05 -0500 | [diff] [blame] | 1003 | physid_set_mask_of_physid(0, &phys_cpu_present_map); |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1004 | cpumask_set_cpu(0, cpu_sibling_mask(0)); |
| 1005 | cpumask_set_cpu(0, cpu_core_mask(0)); |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1006 | } |
| 1007 | |
Thomas Gleixner | 613c25ef | 2015-01-15 21:22:42 +0000 | [diff] [blame] | 1008 | enum { |
| 1009 | SMP_OK, |
| 1010 | SMP_NO_CONFIG, |
| 1011 | SMP_NO_APIC, |
| 1012 | SMP_FORCE_UP, |
| 1013 | }; |
| 1014 | |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1015 | /* |
| 1016 | * Various sanity checks. |
| 1017 | */ |
| 1018 | static int __init smp_sanity_check(unsigned max_cpus) |
| 1019 | { |
Jack Steiner | ac23d4e | 2008-03-28 14:12:16 -0500 | [diff] [blame] | 1020 | preempt_disable(); |
Yinghai Lu | a58f03b | 2008-08-14 02:16:30 -0700 | [diff] [blame] | 1021 | |
Yinghai Lu | 1ff2f20 | 2009-01-29 19:30:04 -0800 | [diff] [blame] | 1022 | #if !defined(CONFIG_X86_BIGSMP) && defined(CONFIG_X86_32) |
Yinghai Lu | a58f03b | 2008-08-14 02:16:30 -0700 | [diff] [blame] | 1023 | if (def_to_bigsmp && nr_cpu_ids > 8) { |
| 1024 | unsigned int cpu; |
| 1025 | unsigned nr; |
| 1026 | |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1027 | pr_warn("More than 8 CPUs detected - skipping them\n" |
| 1028 | "Use CONFIG_X86_BIGSMP\n"); |
Yinghai Lu | a58f03b | 2008-08-14 02:16:30 -0700 | [diff] [blame] | 1029 | |
| 1030 | nr = 0; |
| 1031 | for_each_present_cpu(cpu) { |
| 1032 | if (nr >= 8) |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1033 | set_cpu_present(cpu, false); |
Yinghai Lu | a58f03b | 2008-08-14 02:16:30 -0700 | [diff] [blame] | 1034 | nr++; |
| 1035 | } |
| 1036 | |
| 1037 | nr = 0; |
| 1038 | for_each_possible_cpu(cpu) { |
| 1039 | if (nr >= 8) |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1040 | set_cpu_possible(cpu, false); |
Yinghai Lu | a58f03b | 2008-08-14 02:16:30 -0700 | [diff] [blame] | 1041 | nr++; |
| 1042 | } |
| 1043 | |
| 1044 | nr_cpu_ids = 8; |
| 1045 | } |
| 1046 | #endif |
| 1047 | |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1048 | if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1049 | pr_warn("weird, boot CPU (#%d) not listed by the BIOS\n", |
Michael Tokarev | 55c395b | 2008-12-05 14:42:20 +0300 | [diff] [blame] | 1050 | hard_smp_processor_id()); |
| 1051 | |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1052 | physid_set(hard_smp_processor_id(), phys_cpu_present_map); |
| 1053 | } |
| 1054 | |
| 1055 | /* |
| 1056 | * If we couldn't find an SMP configuration at boot time, |
| 1057 | * get out of here now! |
| 1058 | */ |
| 1059 | if (!smp_found_config && !acpi_lapic) { |
Jack Steiner | ac23d4e | 2008-03-28 14:12:16 -0500 | [diff] [blame] | 1060 | preempt_enable(); |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1061 | pr_notice("SMP motherboard not detected\n"); |
Thomas Gleixner | 613c25ef | 2015-01-15 21:22:42 +0000 | [diff] [blame] | 1062 | return SMP_NO_CONFIG; |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1063 | } |
| 1064 | |
| 1065 | /* |
| 1066 | * Should not be necessary because the MP table should list the boot |
| 1067 | * CPU too, but we do it for the sake of robustness anyway. |
| 1068 | */ |
Ingo Molnar | a27a621 | 2009-01-28 12:43:18 +0100 | [diff] [blame] | 1069 | if (!apic->check_phys_apicid_present(boot_cpu_physical_apicid)) { |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1070 | pr_notice("weird, boot CPU (#%d) not listed by the BIOS\n", |
| 1071 | boot_cpu_physical_apicid); |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1072 | physid_set(hard_smp_processor_id(), phys_cpu_present_map); |
| 1073 | } |
Jack Steiner | ac23d4e | 2008-03-28 14:12:16 -0500 | [diff] [blame] | 1074 | preempt_enable(); |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1075 | |
| 1076 | /* |
| 1077 | * If we couldn't find a local APIC, then get out of here now! |
| 1078 | */ |
| 1079 | if (APIC_INTEGRATED(apic_version[boot_cpu_physical_apicid]) && |
| 1080 | !cpu_has_apic) { |
Cyrill Gorcunov | 103428e | 2009-06-07 16:48:40 +0400 | [diff] [blame] | 1081 | if (!disable_apic) { |
| 1082 | pr_err("BIOS bug, local APIC #%d not detected!...\n", |
| 1083 | boot_cpu_physical_apicid); |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1084 | pr_err("... forcing use of dummy APIC emulation (tell your hw vendor)\n"); |
Cyrill Gorcunov | 103428e | 2009-06-07 16:48:40 +0400 | [diff] [blame] | 1085 | } |
Thomas Gleixner | 613c25ef | 2015-01-15 21:22:42 +0000 | [diff] [blame] | 1086 | return SMP_NO_APIC; |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1087 | } |
| 1088 | |
| 1089 | verify_local_APIC(); |
| 1090 | |
| 1091 | /* |
| 1092 | * If SMP should be disabled, then really disable it! |
| 1093 | */ |
| 1094 | if (!max_cpus) { |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1095 | pr_info("SMP mode deactivated\n"); |
Thomas Gleixner | 613c25ef | 2015-01-15 21:22:42 +0000 | [diff] [blame] | 1096 | return SMP_FORCE_UP; |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1097 | } |
| 1098 | |
Thomas Gleixner | 613c25ef | 2015-01-15 21:22:42 +0000 | [diff] [blame] | 1099 | return SMP_OK; |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1100 | } |
| 1101 | |
| 1102 | static void __init smp_cpu_index_default(void) |
| 1103 | { |
| 1104 | int i; |
| 1105 | struct cpuinfo_x86 *c; |
| 1106 | |
Akinobu Mita | 7c04e64 | 2008-04-19 23:55:17 +0900 | [diff] [blame] | 1107 | for_each_possible_cpu(i) { |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1108 | c = &cpu_data(i); |
| 1109 | /* mark all to hotplug */ |
Mike Travis | 9628937 | 2008-12-31 18:08:46 -0800 | [diff] [blame] | 1110 | c->cpu_index = nr_cpu_ids; |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1111 | } |
| 1112 | } |
| 1113 | |
| 1114 | /* |
| 1115 | * Prepare for SMP bootup. The MP table or ACPI has been read |
| 1116 | * earlier. Just do some sanity checking here and enable APIC mode. |
| 1117 | */ |
| 1118 | void __init native_smp_prepare_cpus(unsigned int max_cpus) |
| 1119 | { |
Rusty Russell | 7ad728f | 2009-03-13 14:49:50 +1030 | [diff] [blame] | 1120 | unsigned int i; |
| 1121 | |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1122 | smp_cpu_index_default(); |
Yinghai Lu | 792363d | 2011-01-21 15:29:54 -0800 | [diff] [blame] | 1123 | |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1124 | /* |
| 1125 | * Setup boot CPU information |
| 1126 | */ |
Fenghua Yu | 30106c1 | 2012-11-13 11:32:41 -0800 | [diff] [blame] | 1127 | smp_store_boot_cpu_info(); /* Final full version of the data */ |
Yinghai Lu | 792363d | 2011-01-21 15:29:54 -0800 | [diff] [blame] | 1128 | cpumask_copy(cpu_callin_mask, cpumask_of(0)); |
| 1129 | mb(); |
Tejun Heo | bd22a2f | 2011-01-23 14:37:27 +0100 | [diff] [blame] | 1130 | |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1131 | current_thread_info()->cpu = 0; /* needed? */ |
Rusty Russell | 7ad728f | 2009-03-13 14:49:50 +1030 | [diff] [blame] | 1132 | for_each_possible_cpu(i) { |
Li Zefan | 79f5599 | 2009-06-15 14:58:26 +0800 | [diff] [blame] | 1133 | zalloc_cpumask_var(&per_cpu(cpu_sibling_map, i), GFP_KERNEL); |
| 1134 | zalloc_cpumask_var(&per_cpu(cpu_core_map, i), GFP_KERNEL); |
Yinghai Lu | b3d7336 | 2011-01-21 15:29:44 -0800 | [diff] [blame] | 1135 | zalloc_cpumask_var(&per_cpu(cpu_llc_shared_map, i), GFP_KERNEL); |
Rusty Russell | 7ad728f | 2009-03-13 14:49:50 +1030 | [diff] [blame] | 1136 | } |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1137 | set_cpu_sibling_map(0); |
| 1138 | |
Thomas Gleixner | 613c25ef | 2015-01-15 21:22:42 +0000 | [diff] [blame] | 1139 | switch (smp_sanity_check(max_cpus)) { |
| 1140 | case SMP_NO_CONFIG: |
| 1141 | disable_smp(); |
| 1142 | if (APIC_init_uniprocessor()) |
| 1143 | pr_notice("Local APIC not detected. Using dummy APIC emulation.\n"); |
| 1144 | return; |
| 1145 | case SMP_NO_APIC: |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1146 | disable_smp(); |
Thomas Gleixner | 250a1ac | 2014-12-05 08:48:29 +0000 | [diff] [blame] | 1147 | return; |
Thomas Gleixner | 613c25ef | 2015-01-15 21:22:42 +0000 | [diff] [blame] | 1148 | case SMP_FORCE_UP: |
| 1149 | disable_smp(); |
Thomas Gleixner | 374aab3 | 2015-01-15 21:22:44 +0000 | [diff] [blame^] | 1150 | apic_bsp_setup(false); |
Thomas Gleixner | 613c25ef | 2015-01-15 21:22:42 +0000 | [diff] [blame] | 1151 | return; |
| 1152 | case SMP_OK: |
| 1153 | break; |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1154 | } |
| 1155 | |
Suresh Siddha | fa47f7e | 2010-08-27 11:09:50 -0700 | [diff] [blame] | 1156 | default_setup_apic_routing(); |
| 1157 | |
Yinghai Lu | 4c9961d | 2008-07-11 18:44:16 -0700 | [diff] [blame] | 1158 | if (read_apic_id() != boot_cpu_physical_apicid) { |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1159 | panic("Boot APIC ID in local APIC unexpected (%d vs %d)", |
Yinghai Lu | 4c9961d | 2008-07-11 18:44:16 -0700 | [diff] [blame] | 1160 | read_apic_id(), boot_cpu_physical_apicid); |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1161 | /* Or can we switch back to PIC here? */ |
| 1162 | } |
| 1163 | |
Thomas Gleixner | 374aab3 | 2015-01-15 21:22:44 +0000 | [diff] [blame^] | 1164 | cpu0_logical_apicid = apic_bsp_setup(false); |
Thomas Gleixner | ef4c59a | 2015-01-15 21:22:35 +0000 | [diff] [blame] | 1165 | |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1166 | /* |
| 1167 | * Set up local APIC timer on boot CPU. |
| 1168 | */ |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1169 | pr_info("CPU%d: ", 0); |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1170 | print_cpu_info(&cpu_data(0)); |
Thomas Gleixner | 736deca | 2009-08-19 12:35:53 +0200 | [diff] [blame] | 1171 | x86_init.timers.setup_percpu_clockev(); |
Marcin Slusarz | c4bd1fd | 2008-08-21 20:49:05 +0200 | [diff] [blame] | 1172 | |
| 1173 | if (is_uv_system()) |
| 1174 | uv_system_init(); |
Suresh Siddha | d0af9ee | 2009-08-19 18:05:36 -0700 | [diff] [blame] | 1175 | |
| 1176 | set_mtrr_aps_delayed_init(); |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1177 | } |
Suresh Siddha | d0af9ee | 2009-08-19 18:05:36 -0700 | [diff] [blame] | 1178 | |
| 1179 | void arch_enable_nonboot_cpus_begin(void) |
| 1180 | { |
| 1181 | set_mtrr_aps_delayed_init(); |
| 1182 | } |
| 1183 | |
| 1184 | void arch_enable_nonboot_cpus_end(void) |
| 1185 | { |
| 1186 | mtrr_aps_init(); |
| 1187 | } |
| 1188 | |
Glauber de Oliveira Costa | 8aef135 | 2008-03-19 14:26:11 -0300 | [diff] [blame] | 1189 | /* |
Glauber de Oliveira Costa | a8db845 | 2008-03-19 14:26:01 -0300 | [diff] [blame] | 1190 | * Early setup to make printk work. |
| 1191 | */ |
| 1192 | void __init native_smp_prepare_boot_cpu(void) |
| 1193 | { |
| 1194 | int me = smp_processor_id(); |
Brian Gerst | 552be87 | 2009-01-30 17:47:53 +0900 | [diff] [blame] | 1195 | switch_to_new_gdt(me); |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1196 | /* already set me in cpu_online_mask in boot_cpu_init() */ |
| 1197 | cpumask_set_cpu(me, cpu_callout_mask); |
Glauber de Oliveira Costa | a8db845 | 2008-03-19 14:26:01 -0300 | [diff] [blame] | 1198 | per_cpu(cpu_state, me) = CPU_ONLINE; |
| 1199 | } |
| 1200 | |
Glauber de Oliveira Costa | 83f7eb9 | 2008-03-19 14:26:02 -0300 | [diff] [blame] | 1201 | void __init native_smp_cpus_done(unsigned int max_cpus) |
| 1202 | { |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1203 | pr_debug("Boot done\n"); |
Glauber de Oliveira Costa | 83f7eb9 | 2008-03-19 14:26:02 -0300 | [diff] [blame] | 1204 | |
Don Zickus | 99e8b9c | 2011-10-13 15:14:26 -0400 | [diff] [blame] | 1205 | nmi_selftest(); |
Glauber de Oliveira Costa | 83f7eb9 | 2008-03-19 14:26:02 -0300 | [diff] [blame] | 1206 | impress_friends(); |
Glauber de Oliveira Costa | 83f7eb9 | 2008-03-19 14:26:02 -0300 | [diff] [blame] | 1207 | setup_ioapic_dest(); |
Suresh Siddha | d0af9ee | 2009-08-19 18:05:36 -0700 | [diff] [blame] | 1208 | mtrr_aps_init(); |
Glauber de Oliveira Costa | 83f7eb9 | 2008-03-19 14:26:02 -0300 | [diff] [blame] | 1209 | } |
| 1210 | |
Mike Travis | 3b11ce7 | 2008-12-17 15:21:39 -0800 | [diff] [blame] | 1211 | static int __initdata setup_possible_cpus = -1; |
| 1212 | static int __init _setup_possible_cpus(char *str) |
| 1213 | { |
| 1214 | get_option(&str, &setup_possible_cpus); |
| 1215 | return 0; |
| 1216 | } |
| 1217 | early_param("possible_cpus", _setup_possible_cpus); |
| 1218 | |
| 1219 | |
Glauber Costa | 68a1c3f | 2008-03-03 14:12:42 -0300 | [diff] [blame] | 1220 | /* |
Rusty Russell | 4f06289 | 2009-03-13 14:49:54 +1030 | [diff] [blame] | 1221 | * cpu_possible_mask should be static, it cannot change as cpu's |
Glauber Costa | 68a1c3f | 2008-03-03 14:12:42 -0300 | [diff] [blame] | 1222 | * are onlined, or offlined. The reason is per-cpu data-structures |
| 1223 | * are allocated by some modules at init time, and dont expect to |
| 1224 | * do this dynamically on cpu arrival/departure. |
Rusty Russell | 4f06289 | 2009-03-13 14:49:54 +1030 | [diff] [blame] | 1225 | * cpu_present_mask on the other hand can change dynamically. |
Glauber Costa | 68a1c3f | 2008-03-03 14:12:42 -0300 | [diff] [blame] | 1226 | * In case when cpu_hotplug is not compiled, then we resort to current |
| 1227 | * behaviour, which is cpu_possible == cpu_present. |
| 1228 | * - Ashok Raj |
| 1229 | * |
| 1230 | * Three ways to find out the number of additional hotplug CPUs: |
| 1231 | * - If the BIOS specified disabled CPUs in ACPI/mptables use that. |
Mike Travis | 3b11ce7 | 2008-12-17 15:21:39 -0800 | [diff] [blame] | 1232 | * - The user can overwrite it with possible_cpus=NUM |
Glauber Costa | 68a1c3f | 2008-03-03 14:12:42 -0300 | [diff] [blame] | 1233 | * - Otherwise don't reserve additional CPUs. |
| 1234 | * We do this because additional CPUs waste a lot of memory. |
| 1235 | * -AK |
| 1236 | */ |
| 1237 | __init void prefill_possible_map(void) |
| 1238 | { |
Thomas Gleixner | cb48bb5 | 2008-10-05 17:51:52 +0200 | [diff] [blame] | 1239 | int i, possible; |
Glauber Costa | 68a1c3f | 2008-03-03 14:12:42 -0300 | [diff] [blame] | 1240 | |
Yinghai Lu | 329513a | 2008-07-02 18:54:40 -0700 | [diff] [blame] | 1241 | /* no processor from mptable or madt */ |
| 1242 | if (!num_processors) |
| 1243 | num_processors = 1; |
| 1244 | |
Jan Beulich | 5f2eb55 | 2010-05-24 12:13:17 -0700 | [diff] [blame] | 1245 | i = setup_max_cpus ?: 1; |
| 1246 | if (setup_possible_cpus == -1) { |
| 1247 | possible = num_processors; |
| 1248 | #ifdef CONFIG_HOTPLUG_CPU |
| 1249 | if (setup_max_cpus) |
| 1250 | possible += disabled_cpus; |
| 1251 | #else |
| 1252 | if (possible > i) |
| 1253 | possible = i; |
| 1254 | #endif |
| 1255 | } else |
Mike Travis | 3b11ce7 | 2008-12-17 15:21:39 -0800 | [diff] [blame] | 1256 | possible = setup_possible_cpus; |
| 1257 | |
Mike Travis | 730cf27 | 2008-12-31 18:08:45 -0800 | [diff] [blame] | 1258 | total_cpus = max_t(int, possible, num_processors + disabled_cpus); |
| 1259 | |
Yinghai Lu | 2b633e3 | 2010-02-10 01:20:37 -0800 | [diff] [blame] | 1260 | /* nr_cpu_ids could be reduced via nr_cpus= */ |
| 1261 | if (possible > nr_cpu_ids) { |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1262 | pr_warn("%d Processors exceeds NR_CPUS limit of %d\n", |
Yinghai Lu | 2b633e3 | 2010-02-10 01:20:37 -0800 | [diff] [blame] | 1263 | possible, nr_cpu_ids); |
| 1264 | possible = nr_cpu_ids; |
Mike Travis | 3b11ce7 | 2008-12-17 15:21:39 -0800 | [diff] [blame] | 1265 | } |
Glauber Costa | 68a1c3f | 2008-03-03 14:12:42 -0300 | [diff] [blame] | 1266 | |
Jan Beulich | 5f2eb55 | 2010-05-24 12:13:17 -0700 | [diff] [blame] | 1267 | #ifdef CONFIG_HOTPLUG_CPU |
| 1268 | if (!setup_max_cpus) |
| 1269 | #endif |
| 1270 | if (possible > i) { |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1271 | pr_warn("%d Processors exceeds max_cpus limit of %u\n", |
Jan Beulich | 5f2eb55 | 2010-05-24 12:13:17 -0700 | [diff] [blame] | 1272 | possible, setup_max_cpus); |
| 1273 | possible = i; |
| 1274 | } |
| 1275 | |
Joe Perches | c767a54 | 2012-05-21 19:50:07 -0700 | [diff] [blame] | 1276 | pr_info("Allowing %d CPUs, %d hotplug CPUs\n", |
Glauber Costa | 68a1c3f | 2008-03-03 14:12:42 -0300 | [diff] [blame] | 1277 | possible, max_t(int, possible - num_processors, 0)); |
| 1278 | |
| 1279 | for (i = 0; i < possible; i++) |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1280 | set_cpu_possible(i, true); |
Jan Beulich | 5f2eb55 | 2010-05-24 12:13:17 -0700 | [diff] [blame] | 1281 | for (; i < NR_CPUS; i++) |
| 1282 | set_cpu_possible(i, false); |
Mike Travis | 3461b0af | 2008-05-12 21:21:13 +0200 | [diff] [blame] | 1283 | |
| 1284 | nr_cpu_ids = possible; |
Glauber Costa | 68a1c3f | 2008-03-03 14:12:42 -0300 | [diff] [blame] | 1285 | } |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1286 | |
Chuck Ebbert | 14adf85 | 2008-09-29 18:29:42 -0400 | [diff] [blame] | 1287 | #ifdef CONFIG_HOTPLUG_CPU |
| 1288 | |
| 1289 | static void remove_siblinginfo(int cpu) |
| 1290 | { |
| 1291 | int sibling; |
| 1292 | struct cpuinfo_x86 *c = &cpu_data(cpu); |
| 1293 | |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1294 | for_each_cpu(sibling, cpu_core_mask(cpu)) { |
| 1295 | cpumask_clear_cpu(cpu, cpu_core_mask(sibling)); |
Chuck Ebbert | 14adf85 | 2008-09-29 18:29:42 -0400 | [diff] [blame] | 1296 | /*/ |
| 1297 | * last thread sibling in this cpu core going down |
| 1298 | */ |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1299 | if (cpumask_weight(cpu_sibling_mask(cpu)) == 1) |
Chuck Ebbert | 14adf85 | 2008-09-29 18:29:42 -0400 | [diff] [blame] | 1300 | cpu_data(sibling).booted_cores--; |
| 1301 | } |
| 1302 | |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1303 | for_each_cpu(sibling, cpu_sibling_mask(cpu)) |
| 1304 | cpumask_clear_cpu(cpu, cpu_sibling_mask(sibling)); |
Wanpeng Li | 03bd4e1 | 2014-09-24 16:38:05 +0800 | [diff] [blame] | 1305 | for_each_cpu(sibling, cpu_llc_shared_mask(cpu)) |
| 1306 | cpumask_clear_cpu(cpu, cpu_llc_shared_mask(sibling)); |
| 1307 | cpumask_clear(cpu_llc_shared_mask(cpu)); |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1308 | cpumask_clear(cpu_sibling_mask(cpu)); |
| 1309 | cpumask_clear(cpu_core_mask(cpu)); |
Chuck Ebbert | 14adf85 | 2008-09-29 18:29:42 -0400 | [diff] [blame] | 1310 | c->phys_proc_id = 0; |
| 1311 | c->cpu_core_id = 0; |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1312 | cpumask_clear_cpu(cpu, cpu_sibling_setup_mask); |
Chuck Ebbert | 14adf85 | 2008-09-29 18:29:42 -0400 | [diff] [blame] | 1313 | } |
| 1314 | |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1315 | static void __ref remove_cpu_from_maps(int cpu) |
| 1316 | { |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1317 | set_cpu_online(cpu, false); |
| 1318 | cpumask_clear_cpu(cpu, cpu_callout_mask); |
| 1319 | cpumask_clear_cpu(cpu, cpu_callin_mask); |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1320 | /* was set by cpu_init() */ |
Mike Travis | c2d1cec | 2009-01-04 05:18:03 -0800 | [diff] [blame] | 1321 | cpumask_clear_cpu(cpu, cpu_initialized_mask); |
Mike Travis | 23ca4bb | 2008-05-12 21:21:12 +0200 | [diff] [blame] | 1322 | numa_remove_cpu(cpu); |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1323 | } |
| 1324 | |
Boris Ostrovsky | 5427955 | 2014-10-31 11:49:32 -0400 | [diff] [blame] | 1325 | static DEFINE_PER_CPU(struct completion, die_complete); |
| 1326 | |
Alex Nixon | 8227dce | 2008-08-22 11:52:14 +0100 | [diff] [blame] | 1327 | void cpu_disable_common(void) |
| 1328 | { |
| 1329 | int cpu = smp_processor_id(); |
Alex Nixon | 8227dce | 2008-08-22 11:52:14 +0100 | [diff] [blame] | 1330 | |
Boris Ostrovsky | 5427955 | 2014-10-31 11:49:32 -0400 | [diff] [blame] | 1331 | init_completion(&per_cpu(die_complete, smp_processor_id())); |
| 1332 | |
Alex Nixon | 8227dce | 2008-08-22 11:52:14 +0100 | [diff] [blame] | 1333 | remove_siblinginfo(cpu); |
| 1334 | |
| 1335 | /* It's now safe to remove this processor from the online map */ |
| 1336 | lock_vector_lock(); |
| 1337 | remove_cpu_from_maps(cpu); |
| 1338 | unlock_vector_lock(); |
Mike Travis | d7b381b | 2008-12-16 17:33:58 -0800 | [diff] [blame] | 1339 | fixup_irqs(); |
Alex Nixon | 8227dce | 2008-08-22 11:52:14 +0100 | [diff] [blame] | 1340 | } |
| 1341 | |
Alex Nixon | 93be71b | 2008-08-22 11:52:11 +0100 | [diff] [blame] | 1342 | int native_cpu_disable(void) |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1343 | { |
Prarit Bhargava | da6139e | 2014-01-13 06:51:01 -0500 | [diff] [blame] | 1344 | int ret; |
| 1345 | |
| 1346 | ret = check_irq_vectors_for_cpu_disable(); |
| 1347 | if (ret) |
| 1348 | return ret; |
| 1349 | |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1350 | clear_local_APIC(); |
Alex Nixon | 8227dce | 2008-08-22 11:52:14 +0100 | [diff] [blame] | 1351 | cpu_disable_common(); |
Lan Tianyu | 2ed53c0 | 2014-08-26 15:43:45 +0800 | [diff] [blame] | 1352 | |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1353 | return 0; |
| 1354 | } |
| 1355 | |
Boris Ostrovsky | 5427955 | 2014-10-31 11:49:32 -0400 | [diff] [blame] | 1356 | void cpu_die_common(unsigned int cpu) |
| 1357 | { |
| 1358 | wait_for_completion_timeout(&per_cpu(die_complete, cpu), HZ); |
| 1359 | } |
| 1360 | |
Alex Nixon | 93be71b | 2008-08-22 11:52:11 +0100 | [diff] [blame] | 1361 | void native_cpu_die(unsigned int cpu) |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1362 | { |
| 1363 | /* We don't do anything here: idle task is faking death itself. */ |
Boris Ostrovsky | 5427955 | 2014-10-31 11:49:32 -0400 | [diff] [blame] | 1364 | |
| 1365 | cpu_die_common(cpu); |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1366 | |
Lan Tianyu | 2ed53c0 | 2014-08-26 15:43:45 +0800 | [diff] [blame] | 1367 | /* They ack this in play_dead() by setting CPU_DEAD */ |
| 1368 | if (per_cpu(cpu_state, cpu) == CPU_DEAD) { |
| 1369 | if (system_state == SYSTEM_RUNNING) |
| 1370 | pr_info("CPU %u is now offline\n", cpu); |
| 1371 | } else { |
| 1372 | pr_err("CPU %u didn't die...\n", cpu); |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1373 | } |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1374 | } |
Alex Nixon | a21f5d88 | 2008-08-22 11:52:13 +0100 | [diff] [blame] | 1375 | |
| 1376 | void play_dead_common(void) |
| 1377 | { |
| 1378 | idle_task_exit(); |
| 1379 | reset_lazy_tlbstate(); |
Len Brown | 02c68a0 | 2011-04-01 16:59:53 -0400 | [diff] [blame] | 1380 | amd_e400_remove_cpu(raw_smp_processor_id()); |
Alex Nixon | a21f5d88 | 2008-08-22 11:52:13 +0100 | [diff] [blame] | 1381 | |
| 1382 | mb(); |
| 1383 | /* Ack it */ |
Tejun Heo | 0a3aee0 | 2010-12-18 16:28:55 +0100 | [diff] [blame] | 1384 | __this_cpu_write(cpu_state, CPU_DEAD); |
Lan Tianyu | 2ed53c0 | 2014-08-26 15:43:45 +0800 | [diff] [blame] | 1385 | complete(&per_cpu(die_complete, smp_processor_id())); |
Alex Nixon | a21f5d88 | 2008-08-22 11:52:13 +0100 | [diff] [blame] | 1386 | |
| 1387 | /* |
| 1388 | * With physical CPU hotplug, we should halt the cpu |
| 1389 | */ |
| 1390 | local_irq_disable(); |
| 1391 | } |
| 1392 | |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 1393 | static bool wakeup_cpu0(void) |
| 1394 | { |
| 1395 | if (smp_processor_id() == 0 && enable_start_cpu0) |
| 1396 | return true; |
| 1397 | |
| 1398 | return false; |
| 1399 | } |
| 1400 | |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1401 | /* |
| 1402 | * We need to flush the caches before going to sleep, lest we have |
| 1403 | * dirty data in our caches when we come back up. |
| 1404 | */ |
| 1405 | static inline void mwait_play_dead(void) |
| 1406 | { |
| 1407 | unsigned int eax, ebx, ecx, edx; |
| 1408 | unsigned int highest_cstate = 0; |
| 1409 | unsigned int highest_subcstate = 0; |
H. Peter Anvin | ce5f682 | 2010-09-20 13:04:45 -0700 | [diff] [blame] | 1410 | void *mwait_ptr; |
Borislav Petkov | 576cfb4 | 2013-03-04 21:16:16 +0100 | [diff] [blame] | 1411 | int i; |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1412 | |
Len Brown | 69fb367 | 2013-02-10 01:38:39 -0500 | [diff] [blame] | 1413 | if (!this_cpu_has(X86_FEATURE_MWAIT)) |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1414 | return; |
H. Peter Anvin | 840d283 | 2014-02-27 08:31:30 -0800 | [diff] [blame] | 1415 | if (!this_cpu_has(X86_FEATURE_CLFLUSH)) |
H. Peter Anvin | ce5f682 | 2010-09-20 13:04:45 -0700 | [diff] [blame] | 1416 | return; |
Tejun Heo | 7b543a5 | 2010-12-18 16:30:05 +0100 | [diff] [blame] | 1417 | if (__this_cpu_read(cpu_info.cpuid_level) < CPUID_MWAIT_LEAF) |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1418 | return; |
| 1419 | |
| 1420 | eax = CPUID_MWAIT_LEAF; |
| 1421 | ecx = 0; |
| 1422 | native_cpuid(&eax, &ebx, &ecx, &edx); |
| 1423 | |
| 1424 | /* |
| 1425 | * eax will be 0 if EDX enumeration is not valid. |
| 1426 | * Initialized below to cstate, sub_cstate value when EDX is valid. |
| 1427 | */ |
| 1428 | if (!(ecx & CPUID5_ECX_EXTENSIONS_SUPPORTED)) { |
| 1429 | eax = 0; |
| 1430 | } else { |
| 1431 | edx >>= MWAIT_SUBSTATE_SIZE; |
| 1432 | for (i = 0; i < 7 && edx; i++, edx >>= MWAIT_SUBSTATE_SIZE) { |
| 1433 | if (edx & MWAIT_SUBSTATE_MASK) { |
| 1434 | highest_cstate = i; |
| 1435 | highest_subcstate = edx & MWAIT_SUBSTATE_MASK; |
| 1436 | } |
| 1437 | } |
| 1438 | eax = (highest_cstate << MWAIT_SUBSTATE_SIZE) | |
| 1439 | (highest_subcstate - 1); |
| 1440 | } |
| 1441 | |
H. Peter Anvin | ce5f682 | 2010-09-20 13:04:45 -0700 | [diff] [blame] | 1442 | /* |
| 1443 | * This should be a memory location in a cache line which is |
| 1444 | * unlikely to be touched by other processors. The actual |
| 1445 | * content is immaterial as it is not actually modified in any way. |
| 1446 | */ |
| 1447 | mwait_ptr = ¤t_thread_info()->flags; |
| 1448 | |
H. Peter Anvin | a68e5c9 | 2010-09-17 17:06:46 -0700 | [diff] [blame] | 1449 | wbinvd(); |
| 1450 | |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1451 | while (1) { |
H. Peter Anvin | ce5f682 | 2010-09-20 13:04:45 -0700 | [diff] [blame] | 1452 | /* |
| 1453 | * The CLFLUSH is a workaround for erratum AAI65 for |
| 1454 | * the Xeon 7400 series. It's not clear it is actually |
| 1455 | * needed, but it should be harmless in either case. |
| 1456 | * The WBINVD is insufficient due to the spurious-wakeup |
| 1457 | * case where we return around the loop. |
| 1458 | */ |
H. Peter Anvin | 7d590cc | 2013-12-19 12:30:03 -0800 | [diff] [blame] | 1459 | mb(); |
H. Peter Anvin | ce5f682 | 2010-09-20 13:04:45 -0700 | [diff] [blame] | 1460 | clflush(mwait_ptr); |
H. Peter Anvin | 7d590cc | 2013-12-19 12:30:03 -0800 | [diff] [blame] | 1461 | mb(); |
H. Peter Anvin | ce5f682 | 2010-09-20 13:04:45 -0700 | [diff] [blame] | 1462 | __monitor(mwait_ptr, 0, 0); |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1463 | mb(); |
| 1464 | __mwait(eax, 0); |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 1465 | /* |
| 1466 | * If NMI wants to wake up CPU0, start CPU0. |
| 1467 | */ |
| 1468 | if (wakeup_cpu0()) |
| 1469 | start_cpu0(); |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1470 | } |
| 1471 | } |
| 1472 | |
| 1473 | static inline void hlt_play_dead(void) |
| 1474 | { |
Tejun Heo | 7b543a5 | 2010-12-18 16:30:05 +0100 | [diff] [blame] | 1475 | if (__this_cpu_read(cpu_info.x86) >= 4) |
H. Peter Anvin | a68e5c9 | 2010-09-17 17:06:46 -0700 | [diff] [blame] | 1476 | wbinvd(); |
| 1477 | |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1478 | while (1) { |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1479 | native_halt(); |
Fenghua Yu | e1c467e | 2012-11-14 04:36:53 -0800 | [diff] [blame] | 1480 | /* |
| 1481 | * If NMI wants to wake up CPU0, start CPU0. |
| 1482 | */ |
| 1483 | if (wakeup_cpu0()) |
| 1484 | start_cpu0(); |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1485 | } |
| 1486 | } |
| 1487 | |
Alex Nixon | a21f5d88 | 2008-08-22 11:52:13 +0100 | [diff] [blame] | 1488 | void native_play_dead(void) |
| 1489 | { |
| 1490 | play_dead_common(); |
Joseph Cihula | 86886e5 | 2009-06-30 19:31:07 -0700 | [diff] [blame] | 1491 | tboot_shutdown(TB_SHUTDOWN_WFS); |
H. Peter Anvin | ea53069 | 2010-09-17 15:39:11 -0700 | [diff] [blame] | 1492 | |
| 1493 | mwait_play_dead(); /* Only returns on failure */ |
Boris Ostrovsky | 1a022e3 | 2012-03-13 19:55:09 +0100 | [diff] [blame] | 1494 | if (cpuidle_play_dead()) |
| 1495 | hlt_play_dead(); |
Alex Nixon | a21f5d88 | 2008-08-22 11:52:13 +0100 | [diff] [blame] | 1496 | } |
| 1497 | |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1498 | #else /* ... !CONFIG_HOTPLUG_CPU */ |
Alex Nixon | 93be71b | 2008-08-22 11:52:11 +0100 | [diff] [blame] | 1499 | int native_cpu_disable(void) |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1500 | { |
| 1501 | return -ENOSYS; |
| 1502 | } |
| 1503 | |
Alex Nixon | 93be71b | 2008-08-22 11:52:11 +0100 | [diff] [blame] | 1504 | void native_cpu_die(unsigned int cpu) |
Glauber Costa | 69c18c1 | 2008-03-03 14:13:07 -0300 | [diff] [blame] | 1505 | { |
| 1506 | /* We said "no" in __cpu_disable */ |
| 1507 | BUG(); |
| 1508 | } |
Alex Nixon | a21f5d88 | 2008-08-22 11:52:13 +0100 | [diff] [blame] | 1509 | |
| 1510 | void native_play_dead(void) |
| 1511 | { |
| 1512 | BUG(); |
| 1513 | } |
| 1514 | |
Glauber Costa | 68a1c3f | 2008-03-03 14:12:42 -0300 | [diff] [blame] | 1515 | #endif |