projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b23281
)
[PARISC] remove references to cpu_*_map.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 15 Feb 2012 04:58:04 +0000
(15:28 +1030)
committer
James Bottomley
<JBottomley@Parallels.com>
Mon, 27 Feb 2012 15:39:16 +0000
(09:39 -0600)
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>
arch/parisc/kernel/smp.c
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/smp.c
b/arch/parisc/kernel/smp.c
index 32d588488f04b380fb39b4b237d047fa8cc64fc1..e30ff2e5521c414e3a849e0c5eef8ce8e903dc03 100644
(file)
--- a/
arch/parisc/kernel/smp.c
+++ b/
arch/parisc/kernel/smp.c
@@
-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);