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

Commit aac3d0c8 authored by Paul Bolle's avatar Paul Bolle Committed by Michael Ellerman
Browse files

powerpc: Fix typo "CONFIG_ICSWX_PID"



Untested. As this typo was introduced in v3.3, with commit
9d670280 ("powerpc: Split ICSWX ACOP and
PID processing"), which actually added PPC_ICSWX_PID, this surely needs
testing.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarMichael Ellerman <michael@ellerman.id.au>
parent 45b02f8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@

void switch_cop(struct mm_struct *next)
{
#ifdef CONFIG_ICSWX_PID
#ifdef CONFIG_PPC_ICSWX_PID
	mtspr(SPRN_PID, next->context.cop_pid);
#endif
	mtspr(SPRN_ACOP, next->context.acop);