Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ec6118c authored by Rusty Russell's avatar Rusty Russell Committed by James Bottomley
Browse files

[PARISC] remove references to cpu_*_map.



This has been obsolescent for a while; time for the final push.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 8b232816
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);