X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=kernel%2Fsmp.c;h=fe9f773d71146c82ad9c543ab0456490c9bebd0f;hb=07bc9dc1b01bad7084fed3d2659e5d83317869bc;hp=4dba0f7b72ad716cf447f1fdbdd082ff7e0e73cf;hpb=2dbd3cac87250a0d44e07acc86c4224a08522709;p=cascardo%2Flinux.git diff --git a/kernel/smp.c b/kernel/smp.c index 4dba0f7b72ad..fe9f773d7114 100644 --- a/kernel/smp.c +++ b/kernel/smp.c @@ -73,7 +73,7 @@ hotplug_cfd(struct notifier_block *nfb, unsigned long action, void *hcpu) return NOTIFY_OK; } -static struct notifier_block __cpuinitdata hotplug_cfd_notifier = { +static struct notifier_block hotplug_cfd_notifier = { .notifier_call = hotplug_cfd, };