diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-29 07:02:14 -0400 |
---|---|---|
committer | Michael Ellerman <michael@ellerman.id.au> | 2013-04-17 23:03:54 -0400 |
commit | aac3d0c8755b136705bbf36f2c70bd026605ee0d (patch) | |
tree | cc43d9441fcd3cee1fdc2cf7842f487688e1547d | |
parent | 45b02f8d94e3d86e77bde061b79b66cb5cfc6aaa (diff) |
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>
-rw-r--r-- | arch/powerpc/mm/icswx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/icswx.c b/arch/powerpc/mm/icswx.c index 8cdbd8634a58..915412e4d5ba 100644 --- a/arch/powerpc/mm/icswx.c +++ b/arch/powerpc/mm/icswx.c | |||
@@ -67,7 +67,7 @@ | |||
67 | 67 | ||
68 | void switch_cop(struct mm_struct *next) | 68 | void switch_cop(struct mm_struct *next) |
69 | { | 69 | { |
70 | #ifdef CONFIG_ICSWX_PID | 70 | #ifdef CONFIG_PPC_ICSWX_PID |
71 | mtspr(SPRN_PID, next->context.cop_pid); | 71 | mtspr(SPRN_PID, next->context.cop_pid); |
72 | #endif | 72 | #endif |
73 | mtspr(SPRN_ACOP, next->context.acop); | 73 | mtspr(SPRN_ACOP, next->context.acop); |