diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-11-19 04:39:53 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-12-03 20:46:35 +1100 |
commit | 1b98326b91eb9eea346945779e1f245aa66b17ce (patch) | |
tree | 7442ae2cd756bf02fc6bc1cdcd892918b8b6a194 /arch | |
parent | 527491885554002837b5742202adc0ab5f536e54 (diff) | |
download | linux-stable-1b98326b91eb9eea346945779e1f245aa66b17ce.tar.gz linux-stable-1b98326b91eb9eea346945779e1f245aa66b17ce.tar.bz2 linux-stable-1b98326b91eb9eea346945779e1f245aa66b17ce.zip |
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')
-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 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} |