diff options
Diffstat (limited to 'arch/ia64/kernel/topology.c')
-rw-r--r-- | arch/ia64/kernel/topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/topology.c b/arch/ia64/kernel/topology.c index f07c382b57b8..5511d9c6c701 100644 --- a/arch/ia64/kernel/topology.c +++ b/arch/ia64/kernel/topology.c | |||
@@ -422,7 +422,7 @@ static int __cpuinit cache_cpu_callback(struct notifier_block *nfb, | |||
422 | return NOTIFY_OK; | 422 | return NOTIFY_OK; |
423 | } | 423 | } |
424 | 424 | ||
425 | static struct notifier_block cache_cpu_notifier = | 425 | static struct notifier_block __cpuinitdata cache_cpu_notifier = |
426 | { | 426 | { |
427 | .notifier_call = cache_cpu_callback | 427 | .notifier_call = cache_cpu_callback |
428 | }; | 428 | }; |