vserver 1.9.5.x5
[linux-2.6.git] / include / asm-ia64 / cpu.h
index 33c5d0f..e87fa32 100644 (file)
@@ -14,4 +14,9 @@ DECLARE_PER_CPU(struct ia64_cpu, cpu_devices);
 
 DECLARE_PER_CPU(int, cpu_state);
 
+extern int arch_register_cpu(int num);
+#ifdef CONFIG_HOTPLUG_CPU
+extern void arch_unregister_cpu(int);
+#endif
+
 #endif /* _ASM_IA64_CPU_H_ */