Commit 1b98326b authored by Kumar Gala's avatar Kumar Gala Committed by Paul Mackerras

powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs()

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 52749188
...@@ -467,6 +467,8 @@ static struct regbit { ...@@ -467,6 +467,8 @@ static struct regbit {
{MSR_VEC, "VEC"}, {MSR_VEC, "VEC"},
{MSR_VSX, "VSX"}, {MSR_VSX, "VSX"},
{MSR_ME, "ME"}, {MSR_ME, "ME"},
{MSR_CE, "CE"},
{MSR_DE, "DE"},
{MSR_IR, "IR"}, {MSR_IR, "IR"},
{MSR_DR, "DR"}, {MSR_DR, "DR"},
{0, NULL} {0, NULL}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment