Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2012 03:00:35 +0000 (20:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2012 03:00:35 +0000 (20:00 -0700)
Conflicts:
arch/sparc/kernel/leon_smp.c

Merge mainline to get the nobootmem.c bug fix, for the sake
of the sparc64 NO_BOOTMEM conversion.

Resolve a small include line conflict in leon_smp.c

Signed-off-by: David S. Miller <davem@davemloft.net>
1  2 
arch/sparc/kernel/leon_smp.c

@@@ -78,9 -78,11 +78,11 @@@ void __cpuinit leon_callin(void
        local_flush_cache_all();
        local_flush_tlb_all();
        leon_configure_cache_smp();
+       notify_cpu_starting(cpuid);
  
        /* Get our local ticker going. */
 -      smp_setup_percpu_timer();
 +      register_percpu_ce(cpuid);
  
        calibrate_delay();
        smp_store_cpu_info(cpuid);