Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Fix typo "CONFIG_ICSWX_PID"

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

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>

authored by

Paul Bolle and committed by
Michael Ellerman
aac3d0c8 45b02f8d

+1 -1
+1 -1
arch/powerpc/mm/icswx.c
··· 67 67 68 68 void switch_cop(struct mm_struct *next) 69 69 { 70 - #ifdef CONFIG_ICSWX_PID 70 + #ifdef CONFIG_PPC_ICSWX_PID 71 71 mtspr(SPRN_PID, next->context.cop_pid); 72 72 #endif 73 73 mtspr(SPRN_ACOP, next->context.acop);