[PATCH] x86: Restore missing cpumask_copy() in __x2apic_send_IPI_mask

2014-09-05 Thread Ted Percival
This fixes a hang when initializing SMP CPUs at this point in the 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 --- arch/x86/kernel/apic/x2apic_cluster.c | 1 +

Re: [PATCH] x86: Restore missing cpumask_copy() in __x2apic_send_IPI_mask

2014-09-05 Thread Ted Percival
On 09/05/2014 01:34 PM, Ted Percival wrote: > This fixes a hang when initializing SMP CPUs at this point in the boot: Looks like git-send-email picked up the wrong From address. I'll resubmit with a consistent email address. -- To unsubscribe from this list: send the line "unsubscribe

[PATCH] x86: Restore missing cpumask_copy() in __x2apic_send_IPI_mask

2014-09-05 Thread Ted Percival
This fixes a hang when initializing SMP CPUs at this point in the 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 --- arch/x86/kernel/apic/x2apic_cluster.c | 1 +

[PATCH] x86: Restore missing cpumask_copy() in __x2apic_send_IPI_mask

2014-09-05 Thread Ted Percival
This fixes a hang when initializing SMP CPUs at this point in the 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 t...@tedp.id.au ---

Re: [PATCH] x86: Restore missing cpumask_copy() in __x2apic_send_IPI_mask

2014-09-05 Thread Ted Percival
On 09/05/2014 01:34 PM, Ted Percival wrote: This fixes a hang when initializing SMP CPUs at this point in the boot: Looks like git-send-email picked up the wrong From address. I'll resubmit with a consistent email address. -- To unsubscribe from this list: send the line unsubscribe linux-kernel

[PATCH] x86: Restore missing cpumask_copy() in __x2apic_send_IPI_mask

2014-09-05 Thread Ted Percival
This fixes a hang when initializing SMP CPUs at this point in the 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 t...@tedp.id.au ---