[SPARC64]: dr-cpu unconfigure support.
[deliverable/linux.git] / include / asm-sparc64 / smp.h
index c42c5a035c736999e6374018c0d2b44a34f8efe2..e8a96a31761bad24b17d33911f1e942e26a1b415 100644 (file)
@@ -41,7 +41,7 @@ extern int hard_smp_processor_id(void);
 #define raw_smp_processor_id() (current_thread_info()->cpu)
 
 extern void smp_fill_in_sib_core_maps(void);
-extern unsigned char boot_cpu_id;
+extern void cpu_play_dead(void);
 
 #ifdef CONFIG_HOTPLUG_CPU
 extern int __cpu_disable(void);
@@ -54,7 +54,6 @@ extern void __cpu_die(unsigned int cpu);
 
 #define hard_smp_processor_id()                0
 #define smp_fill_in_sib_core_maps() do { } while (0)
-#define boot_cpu_id    (0)
 
 #endif /* !(CONFIG_SMP) */
 
This page took 0.037239 seconds and 5 git commands to generate.