powerpc: Fix typo "CONFIG_ICSWX_PID"
Untested. As this typo was introduced in v3.3, with commit
9d67028090
("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>
This commit is contained in:
parent
45b02f8d94
commit
aac3d0c875
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
void switch_cop(struct mm_struct *next)
|
void switch_cop(struct mm_struct *next)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_ICSWX_PID
|
#ifdef CONFIG_PPC_ICSWX_PID
|
||||||
mtspr(SPRN_PID, next->context.cop_pid);
|
mtspr(SPRN_PID, next->context.cop_pid);
|
||||||
#endif
|
#endif
|
||||||
mtspr(SPRN_ACOP, next->context.acop);
|
mtspr(SPRN_ACOP, next->context.acop);
|
||||||
|
|
Loading…
Reference in New Issue