X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ia64%2Fcpu.h;h=e87fa3210a2b837c1692a12d81e1df3296ce0575;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=33c5d0fe9e85e11dd4ce90b8b41e5a21ec9df277;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-ia64/cpu.h b/include/asm-ia64/cpu.h index 33c5d0fe9..e87fa3210 100644 --- a/include/asm-ia64/cpu.h +++ b/include/asm-ia64/cpu.h @@ -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_ */