diff options
Diffstat (limited to 'arch/s390/appldata')
-rw-r--r-- | arch/s390/appldata/appldata_base.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/s390/appldata/appldata_base.c b/arch/s390/appldata/appldata_base.c index 81a2b92ab0c2..6ffbab77ae4d 100644 --- a/arch/s390/appldata/appldata_base.c +++ b/arch/s390/appldata/appldata_base.c | |||
@@ -535,8 +535,7 @@ void appldata_unregister_ops(struct appldata_ops *ops) | |||
535 | 535 | ||
536 | /******************************* init / exit *********************************/ | 536 | /******************************* init / exit *********************************/ |
537 | 537 | ||
538 | static void | 538 | static void __cpuinit appldata_online_cpu(int cpu) |
539 | appldata_online_cpu(int cpu) | ||
540 | { | 539 | { |
541 | init_virt_timer(&per_cpu(appldata_timer, cpu)); | 540 | init_virt_timer(&per_cpu(appldata_timer, cpu)); |
542 | per_cpu(appldata_timer, cpu).function = appldata_timer_function; | 541 | per_cpu(appldata_timer, cpu).function = appldata_timer_function; |
@@ -580,7 +579,7 @@ appldata_cpu_notify(struct notifier_block *self, | |||
580 | return NOTIFY_OK; | 579 | return NOTIFY_OK; |
581 | } | 580 | } |
582 | 581 | ||
583 | static struct notifier_block appldata_nb = { | 582 | static struct notifier_block __cpuinitdata appldata_nb = { |
584 | .notifier_call = appldata_cpu_notify, | 583 | .notifier_call = appldata_cpu_notify, |
585 | }; | 584 | }; |
586 | 585 | ||