[PATCH] powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs()
Benjamin Herrenschmidt
benh at kernel.crashing.org
Thu Nov 20 15:46:42 EST 2008
On Wed, 2008-11-19 at 08:39 -0600, Kumar Gala wrote:
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
Shouldn't this be protected by some ifdef ?
Ben.
> 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}
More information about the Linuxppc-dev
mailing list