X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kernel%2Fsoftlockup.c;h=03e6a2b0b787a97f426887f6ecdf709951acaced;hb=0e367a15ed08710098e2ff59aa25cec723c0a9d4;hp=6b76caa229818811f61aaacf16afd9c2b6da5dc5;hpb=602cada851b28c5792339786efe872fbdc1f5d41;p=powerpc.git diff --git a/kernel/softlockup.c b/kernel/softlockup.c index 6b76caa229..03e6a2b0b7 100644 --- a/kernel/softlockup.c +++ b/kernel/softlockup.c @@ -104,7 +104,7 @@ static int watchdog(void * __bind_cpu) /* * Create/destroy watchdog threads as CPUs come and go: */ -static int __devinit +static int __cpuinit cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) { int hotcpu = (unsigned long)hcpu; @@ -142,7 +142,7 @@ cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) return NOTIFY_OK; } -static struct notifier_block __devinitdata cpu_nfb = { +static struct notifier_block __cpuinitdata cpu_nfb = { .notifier_call = cpu_callback };