[S390] add __cpuinit to appldata_cpu_notify
Use __cpuinit for CPU hotplug notifier function. Signed-off-by: Gerald Schaefer <geraldsc@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
37ab46a3f4
commit
5cb900a34f
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ appldata_offline_cpu(int cpu)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_HOTPLUG_CPU
|
#ifdef CONFIG_HOTPLUG_CPU
|
||||||
static int
|
static int __cpuinit
|
||||||
appldata_cpu_notify(struct notifier_block *self,
|
appldata_cpu_notify(struct notifier_block *self,
|
||||||
unsigned long action, void *hcpu)
|
unsigned long action, void *hcpu)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue