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

Commit d6444514 authored by James Bottomley's avatar James Bottomley Committed by James Bottomley
Browse files

[VOYAGER] add smp alternatives



It's about time voyager had them

Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 9d0e59a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -564,6 +564,8 @@ do_boot_cpu(__u8 cpu)
	hijack_source.idt.Segment = (start_phys_address >> 4) & 0xFFFF;

	cpucount++;
	alternatives_smp_switch(1);

	idle = fork_idle(cpu);
	if(IS_ERR(idle))
		panic("failed fork for CPU%d", cpu);