From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs()
Date: Thu, 20 Nov 2008 15:46:42 +1100 [thread overview]
Message-ID: <1227156402.7185.200.camel@pasglop> (raw)
In-Reply-To: <1227105593-29462-1-git-send-email-galak@kernel.crashing.org>
On Wed, 2008-11-19 at 08:39 -0600, Kumar Gala wrote:
> Signed-off-by: Kumar Gala <galak@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}
next prev parent reply other threads:[~2008-11-20 4:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-19 14:39 [PATCH] powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs() Kumar Gala
2008-11-20 4:46 ` Benjamin Herrenschmidt [this message]
2008-11-20 15:31 ` Kumar Gala
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1227156402.7185.200.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=galak@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.