diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-02-14 23:58:04 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-02-27 10:39:16 -0500 |
commit | 7ec6118c46699548b302149bba791166004c8428 (patch) | |
tree | 2b78bcd853001a09d2c51cbc5660e7d07f5d6714 /arch/parisc | |
parent | 8b232816057702d5c9ffeac1a65118f504524fea (diff) |
[PARISC] remove references to cpu_*_map.
This has been obsolescent for a while; time for the final push.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/smp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/parisc/kernel/smp.c b/arch/parisc/kernel/smp.c index 32d588488f04..e30ff2e5521c 100644 --- a/arch/parisc/kernel/smp.c +++ b/arch/parisc/kernel/smp.c | |||
@@ -291,8 +291,7 @@ smp_cpu_init(int cpunum) | |||
291 | mb(); | 291 | mb(); |
292 | 292 | ||
293 | /* Well, support 2.4 linux scheme as well. */ | 293 | /* Well, support 2.4 linux scheme as well. */ |
294 | if (cpu_isset(cpunum, cpu_online_map)) | 294 | if (cpu_online(cpunum)) { |
295 | { | ||
296 | extern void machine_halt(void); /* arch/parisc.../process.c */ | 295 | extern void machine_halt(void); /* arch/parisc.../process.c */ |
297 | 296 | ||
298 | printk(KERN_CRIT "CPU#%d already initialized!\n", cpunum); | 297 | printk(KERN_CRIT "CPU#%d already initialized!\n", cpunum); |