Skip to content

Commit

Permalink
[PARISC] remove references to cpu_*_map.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rusty Russell authored and James Bottomley committed Feb 27, 2012
1 parent 8b23281 commit 7ec6118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/parisc/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ smp_cpu_init(int cpunum)
mb();

/* Well, support 2.4 linux scheme as well. */
if (cpu_isset(cpunum, cpu_online_map))
{
if (cpu_online(cpunum)) {
extern void machine_halt(void); /* arch/parisc.../process.c */

printk(KERN_CRIT "CPU#%d already initialized!\n", cpunum);
Expand Down

0 comments on commit 7ec6118

Please sign in to comment.