Re: [PATCH] x86, apic: Fix unmasked CPU initialization

2014-09-09 Thread Thomas Gleixner
On Mon, 8 Sep 2014, Ted Percival wrote: > Commit 4ba2968420fa removed the application of the CPU mask resulting > in a hang when initializing the first CPU at boot: > > x86: Booting SMP configuration > node #0, CPUs: #1_ > > Fixes: 4ba2968420fa ("percpu: Resolve ambiguities in >

Re: [PATCH] x86, apic: Fix unmasked CPU initialization

2014-09-08 Thread Christoph Lameter
On Mon, 8 Sep 2014, Ted Percival wrote: > Commit 4ba2968420fa removed the application of the CPU mask resulting > in a hang when initializing the first CPU at boot: Argh. Reviewed-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

[PATCH] x86, apic: Fix unmasked CPU initialization

2014-09-08 Thread Ted Percival
Commit 4ba2968420fa removed the application of the CPU mask resulting in a hang when initializing the first CPU at boot: x86: Booting SMP configuration node #0, CPUs: #1_ Fixes: 4ba2968420fa ("percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t") Signed-off-by: Ted Percival