mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 11:56:12 +07:00
[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>
This commit is contained in:
parent
8b23281605
commit
7ec6118c46
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user