Skip to content

Commit

Permalink
[S390] add __cpuinit to appldata_cpu_notify
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gerald Schaefer authored and Martin Schwidefsky committed Aug 7, 2006
1 parent 37ab46a commit 5cb900a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/appldata/appldata_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ appldata_offline_cpu(int cpu)
}

#ifdef CONFIG_HOTPLUG_CPU
static int
static int __cpuinit
appldata_cpu_notify(struct notifier_block *self,
unsigned long action, void *hcpu)
{
Expand Down

0 comments on commit 5cb900a

Please sign in to comment.