Commit 907e6f80 authored by Linus Torvalds's avatar Linus Torvalds

Fix up merge with Alan.

parent db53cc7e
...@@ -49,10 +49,10 @@ ...@@ -49,10 +49,10 @@
#include <asm/tlbflush.h> #include <asm/tlbflush.h>
#include <asm/desc.h> #include <asm/desc.h>
#include <asm/arch_hooks.h> #include <asm/arch_hooks.h>
#include "smpboot_hooks.h"
#include <mach_apic.h> #include <mach_apic.h>
#include <mach_wakecpu.h> #include <mach_wakecpu.h>
#include <smpboot_hooks.h>
/* Set if we find a B stepping CPU */ /* Set if we find a B stepping CPU */
static int __initdata smp_b_stepping; static int __initdata smp_b_stepping;
...@@ -1045,7 +1045,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus) ...@@ -1045,7 +1045,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus)
/* /*
* Cleanup possible dangling ends... * Cleanup possible dangling ends...
*/ */
smpboot_setup_warm_reset_vector(); smpboot_restore_warm_reset_vector();
/* /*
* Allow the user to impress friends. * Allow the user to impress friends.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment