Merge commit 'paulus-perf/master' into next
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 9 Jul 2010 01:25:48 +0000 (11:25 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 9 Jul 2010 01:25:48 +0000 (11:25 +1000)
1  2 
arch/powerpc/Kconfig
arch/powerpc/kernel/machine_kexec_64.c
arch/powerpc/kernel/process.c
arch/powerpc/lib/Makefile

Simple merge
@@@ -180,9 -182,10 +182,10 @@@ static void kexec_prepare_cpus_wait(in
  {
        int my_cpu, i, notified=-1;
  
+       hw_breakpoint_disable();
        my_cpu = get_cpu();
        /* Make sure each CPU has atleast made it to the state we need */
 -      for (i=0; i < NR_CPUS; i++) {
 +      for_each_online_cpu(i) {
                if (i == my_cpu)
                        continue;
  
Simple merge
Simple merge