diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-11-19 04:39:53 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-12-03 09:46:35 (GMT) |
commit | 1b98326b91eb9eea346945779e1f245aa66b17ce (patch) | |
tree | 7442ae2cd756bf02fc6bc1cdcd892918b8b6a194 /arch/powerpc/kernel | |
parent | 527491885554002837b5742202adc0ab5f536e54 (diff) | |
download | linux-fsl-qoriq-1b98326b91eb9eea346945779e1f245aa66b17ce.tar.xz |
powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs()
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/process.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c index 957bded..b038323 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} |