|
@@ -1001,6 +1001,11 @@ do_rest:
|
|
/* mark "stuck" area as not stuck */
|
|
/* mark "stuck" area as not stuck */
|
|
*((volatile unsigned long *)trampoline_base) = 0;
|
|
*((volatile unsigned long *)trampoline_base) = 0;
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
+ * Cleanup possible dangling ends...
|
|
|
|
+ */
|
|
|
|
+ smpboot_restore_warm_reset_vector();
|
|
|
|
+
|
|
return boot_error;
|
|
return boot_error;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1254,11 +1259,6 @@ void __init native_smp_prepare_boot_cpu(void)
|
|
|
|
|
|
void __init native_smp_cpus_done(unsigned int max_cpus)
|
|
void __init native_smp_cpus_done(unsigned int max_cpus)
|
|
{
|
|
{
|
|
- /*
|
|
|
|
- * Cleanup possible dangling ends...
|
|
|
|
- */
|
|
|
|
- smpboot_restore_warm_reset_vector();
|
|
|
|
-
|
|
|
|
Dprintk("Boot done.\n");
|
|
Dprintk("Boot done.\n");
|
|
|
|
|
|
impress_friends();
|
|
impress_friends();
|