dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Gerald Schaefer 2006-06-29 14:57:58 +02:00 committed by Martin Schwidefsky
parent 445b5b499e
commit 9faf06547e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{