X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fcpu.h;h=fe0298e5dae1563b165f60aac60164cf13766121;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=7130cef0f1375213714bd25b2aa7d5e46391dc75;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 7130cef0f..fe0298e5d 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -32,6 +32,9 @@ struct cpu { }; extern int register_cpu(struct cpu *, int, struct node *); +#ifdef CONFIG_HOTPLUG_CPU +extern void unregister_cpu(struct cpu *, struct node *); +#endif struct notifier_block; #ifdef CONFIG_SMP