From: Gerald Schaefer Date: Thu, 29 Jun 2006 12:57:58 +0000 (+0200) Subject: [S390] add __cpuinit to appldata cpu hotplug notifier. X-Git-Tag: v2.6.18-rc1~360^2~15 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9faf06547efe11ccb51678c6805037c7377b85ee;p=linux-2.6-omap-h63xx.git [S390] add __cpuinit to appldata cpu hotplug notifier. Signed-off-by: Gerald Schaefer Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/appldata/appldata_base.c b/arch/s390/appldata/appldata_base.c index 54d35c13090..f549a80cedb 100644 --- a/arch/s390/appldata/appldata_base.c +++ b/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) {