Browse Source

[S390] add __cpuinit to appldata cpu hotplug notifier.

Signed-off-by: Gerald Schaefer <geraldsc@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Gerald Schaefer 19 years ago
parent
commit
9faf06547e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/s390/appldata/appldata_base.c

+ 1 - 1
arch/s390/appldata/appldata_base.c

@@ -633,7 +633,7 @@ appldata_offline_cpu(int cpu)
 	spin_unlock(&appldata_timer_lock);
 }
 
-static int
+static int __cpuinit
 appldata_cpu_notify(struct notifier_block *self,
 		    unsigned long action, void *hcpu)
 {