From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
Dave Kleikamp <shaggy@linux.vnet.ibm.com>,
vamos@i4.informatik.uni-erlangen.de,
linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org,
Christoph Egger <siccegge@cs.fau.de>,
Paul Mackerras <paulus@samba.org>,
Torez Smith <lnxtorez@linux.vnet.ibm.com>
Subject: Re: [PATCH 5b/5] Removing dead CONFIG_PPC47x
Date: Thu, 10 Jun 2010 18:59:04 +1000 [thread overview]
Message-ID: <1276160344.1962.65.camel@pasglop> (raw)
In-Reply-To: <20100609120522.GH7801@zod.rchland.ibm.com>
On Wed, 2010-06-09 at 08:05 -0400, Josh Boyer wrote:
> On Wed, Jun 09, 2010 at 01:02:39PM +0200, Christoph Egger wrote:
> >CONFIG_PPC47x should actually be spelled CONFIG_PPC_47x as reported by
> >Andreas Schwab.
> >
> >Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
>
> Thanks, I'll pull this one in and get it merged.
I pulled your tree along with a couple of other things. I'll do a few
tests tomorrow before sending to Linus.
Cheers,
Ben.
> josh
>
> >---
> > arch/powerpc/mm/44x_mmu.c | 4 ----
> > 1 files changed, 0 insertions(+), 4 deletions(-)
> >
> >diff --git a/arch/powerpc/mm/44x_mmu.c b/arch/powerpc/mm/44x_mmu.c
> >index d8c6efb..f70da7e 100644
> >--- a/arch/powerpc/mm/44x_mmu.c
> >+++ b/arch/powerpc/mm/44x_mmu.c
> >@@ -76,11 +76,11 @@ static void __init ppc44x_pin_tlb(unsigned int virt, unsigned int phys)
> > "tlbwe %1,%3,%5\n"
> > "tlbwe %0,%3,%6\n"
> > :
> >-#ifdef CONFIG_PPC47x
> >+#ifdef CONFIG_PPC_47x
> > : "r" (PPC47x_TLB2_S_RWX),
> > #else
> > : "r" (PPC44x_TLB_SW | PPC44x_TLB_SR | PPC44x_TLB_SX | PPC44x_TLB_G),
> > #endif
> > "r" (phys),
> > "r" (virt | PPC44x_TLB_VALID | PPC44x_TLB_256M),
> > "r" (entry),
> >--
> >1.6.3.3
> >
WARNING: multiple messages have this Message-ID (diff)
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Cc: Christoph Egger <siccegge@cs.fau.de>,
Paul Mackerras <paulus@samba.org>,
Stephen Rothwell <sfr@canb.auug.org.au>,
Torez Smith <lnxtorez@linux.vnet.ibm.com>,
Dave Kleikamp <shaggy@linux.vnet.ibm.com>,
linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org,
vamos@i4.informatik.uni-erlangen.de
Subject: Re: [PATCH 5b/5] Removing dead CONFIG_PPC47x
Date: Thu, 10 Jun 2010 18:59:04 +1000 [thread overview]
Message-ID: <1276160344.1962.65.camel@pasglop> (raw)
In-Reply-To: <20100609120522.GH7801@zod.rchland.ibm.com>
On Wed, 2010-06-09 at 08:05 -0400, Josh Boyer wrote:
> On Wed, Jun 09, 2010 at 01:02:39PM +0200, Christoph Egger wrote:
> >CONFIG_PPC47x should actually be spelled CONFIG_PPC_47x as reported by
> >Andreas Schwab.
> >
> >Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
>
> Thanks, I'll pull this one in and get it merged.
I pulled your tree along with a couple of other things. I'll do a few
tests tomorrow before sending to Linus.
Cheers,
Ben.
> josh
>
> >---
> > arch/powerpc/mm/44x_mmu.c | 4 ----
> > 1 files changed, 0 insertions(+), 4 deletions(-)
> >
> >diff --git a/arch/powerpc/mm/44x_mmu.c b/arch/powerpc/mm/44x_mmu.c
> >index d8c6efb..f70da7e 100644
> >--- a/arch/powerpc/mm/44x_mmu.c
> >+++ b/arch/powerpc/mm/44x_mmu.c
> >@@ -76,11 +76,11 @@ static void __init ppc44x_pin_tlb(unsigned int virt, unsigned int phys)
> > "tlbwe %1,%3,%5\n"
> > "tlbwe %0,%3,%6\n"
> > :
> >-#ifdef CONFIG_PPC47x
> >+#ifdef CONFIG_PPC_47x
> > : "r" (PPC47x_TLB2_S_RWX),
> > #else
> > : "r" (PPC44x_TLB_SW | PPC44x_TLB_SR | PPC44x_TLB_SX | PPC44x_TLB_G),
> > #endif
> > "r" (phys),
> > "r" (virt | PPC44x_TLB_VALID | PPC44x_TLB_256M),
> > "r" (entry),
> >--
> >1.6.3.3
> >
next prev parent reply other threads:[~2010-06-10 8:59 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-09 9:58 [PATCH 0/5] Removing dead code Christoph Egger
2010-06-09 9:59 ` [PATCH 1/5] Removing dead BOOK3E_MMU_TLB_STATS Christoph Egger
2010-06-10 5:20 ` Benjamin Herrenschmidt
2010-06-10 5:20 ` Benjamin Herrenschmidt
2010-06-09 9:59 ` [PATCH 2/5] Removing dead CONFIG_HIGHPTE Christoph Egger
2010-06-09 10:00 ` [PATCH 3/5] Removing dead CONFIG_SMP_750 Christoph Egger
2010-06-09 12:35 ` Josh Boyer
2010-06-09 12:35 ` Josh Boyer
2010-06-10 6:14 ` Benjamin Herrenschmidt
2010-06-10 6:14 ` Benjamin Herrenschmidt
2010-06-10 12:23 ` Christoph Egger
2010-06-10 12:23 ` Christoph Egger
2010-06-11 6:41 ` Benjamin Herrenschmidt
2010-06-11 6:41 ` Benjamin Herrenschmidt
2010-06-09 10:00 ` [PATCH 4/5] Removing dead CONFIG_SERIAL_TEXT_DEBUG Christoph Egger
2010-06-09 10:28 ` Josh Boyer
2010-06-09 10:28 ` Josh Boyer
2010-06-09 10:01 ` [PATCH 5/5] Removing dead CONFIG_PPC47x Christoph Egger
2010-06-09 11:02 ` [PATCH 5b/5] " Christoph Egger
2010-06-09 12:05 ` Josh Boyer
2010-06-09 12:05 ` Josh Boyer
2010-06-10 8:59 ` Benjamin Herrenschmidt [this message]
2010-06-10 8:59 ` Benjamin Herrenschmidt
2010-06-10 18:46 ` [PATCH 0/5] Removing dead code Joe Perches
2010-06-10 18:46 ` Joe Perches
2010-06-11 7:26 ` Reinhard Tartler
2010-06-11 7:26 ` Reinhard Tartler
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=1276160344.1962.65.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=jwboyer@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=lnxtorez@linux.vnet.ibm.com \
--cc=paulus@samba.org \
--cc=sfr@canb.auug.org.au \
--cc=shaggy@linux.vnet.ibm.com \
--cc=siccegge@cs.fau.de \
--cc=vamos@i4.informatik.uni-erlangen.de \
/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.