X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Ftimer.c;h=5a8960253063d00495366a48d92e06e5eb4133fa;hb=e37a72de84d27ee8bc0e7dbb5c2f1774ed306dbb;hp=5bb6b7976eecf6c215b561b42b4d79c4197507eb;hpb=489244498ec99c949ecbd7105299066cff283dcd;p=linux-2.6 diff --git a/kernel/timer.c b/kernel/timer.c index 5bb6b7976e..5a89602530 100644 --- a/kernel/timer.c +++ b/kernel/timer.c @@ -1652,7 +1652,7 @@ static void __devinit migrate_timers(int cpu) } #endif /* CONFIG_HOTPLUG_CPU */ -static int timer_cpu_notify(struct notifier_block *self, +static int __devinit timer_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) { long cpu = (long)hcpu; @@ -1672,7 +1672,7 @@ static int timer_cpu_notify(struct notifier_block *self, return NOTIFY_OK; } -static struct notifier_block timers_nb = { +static struct notifier_block __devinitdata timers_nb = { .notifier_call = timer_cpu_notify, };