projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5274918
)
powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs()
author
Kumar Gala
<galak@kernel.crashing.org>
Wed, 19 Nov 2008 04:39:53 +0000
(
04:39
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 3 Dec 2008 09:46:35 +0000
(20:46 +1100)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/process.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/process.c
b/arch/powerpc/kernel/process.c
index 957bded0020d5d8921e11f6db8fc4517565207a8..b0383236dd070ea22f5b25ca22b71406088bc38a 100644
(file)
--- 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}