From: Kumar Gala Date: Wed, 19 Nov 2008 04:39:53 +0000 (+0000) Subject: powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1b98326b91eb9eea346945779e1f245aa66b17ce;p=linux-beck.git powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs() Signed-off-by: Kumar Gala Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c index 957bded0020d..b0383236dd07 100644 --- a/arch/powerpc/kernel/process.c +++ b/arch/powerpc/kernel/process.c @@ -467,6 +467,8 @@ static struct regbit { {MSR_VEC, "VEC"}, {MSR_VSX, "VSX"}, {MSR_ME, "ME"}, + {MSR_CE, "CE"}, + {MSR_DE, "DE"}, {MSR_IR, "IR"}, {MSR_DR, "DR"}, {0, NULL}