diff options
Diffstat (limited to 'arch/s390/kernel/smp.c')
-rw-r--r-- | arch/s390/kernel/smp.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c index ea431e551c6b..0b45baa55438 100644 --- a/arch/s390/kernel/smp.c +++ b/arch/s390/kernel/smp.c | |||
@@ -623,10 +623,9 @@ static struct sclp_cpu_info *smp_get_cpu_info(void) | |||
623 | return info; | 623 | return info; |
624 | } | 624 | } |
625 | 625 | ||
626 | static int __devinit smp_add_present_cpu(int cpu); | 626 | static int smp_add_present_cpu(int cpu); |
627 | 627 | ||
628 | static int __devinit __smp_rescan_cpus(struct sclp_cpu_info *info, | 628 | static int __smp_rescan_cpus(struct sclp_cpu_info *info, int sysfs_add) |
629 | int sysfs_add) | ||
630 | { | 629 | { |
631 | struct pcpu *pcpu; | 630 | struct pcpu *pcpu; |
632 | cpumask_t avail; | 631 | cpumask_t avail; |
@@ -986,7 +985,7 @@ static int __cpuinit smp_cpu_notify(struct notifier_block *self, | |||
986 | return notifier_from_errno(err); | 985 | return notifier_from_errno(err); |
987 | } | 986 | } |
988 | 987 | ||
989 | static int __devinit smp_add_present_cpu(int cpu) | 988 | static int smp_add_present_cpu(int cpu) |
990 | { | 989 | { |
991 | struct cpu *c = &pcpu_devices[cpu].cpu; | 990 | struct cpu *c = &pcpu_devices[cpu].cpu; |
992 | struct device *s = &c->dev; | 991 | struct device *s = &c->dev; |