From cb0fee4780aeb819cad1f677bd18f7c3282d4f9f Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Fri, 29 Mar 2013 11:02:14 +0000 Subject: [PATCH] powerpc: Fix typo "CONFIG_ICSWX_PID" Untested. As this typo was introduced in v3.3, with commit 7652e1c63f539fdbb8917147cf88b0c328f57372 ("powerpc: Split ICSWX ACOP and PID processing"), which actually added PPC_ICSWX_PID, this surely needs testing. Signed-off-by: Paul Bolle Signed-off-by: Michael Ellerman --- arch/powerpc/mm/icswx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/mm/icswx.c b/arch/powerpc/mm/icswx.c index 8cdbd8634a58d..915412e4d5ba5 100644 --- a/arch/powerpc/mm/icswx.c +++ b/arch/powerpc/mm/icswx.c @@ -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); -- 2.39.5