From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Josh Boyer <jwboyer@gmail.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [RFC/PATCH] powerpc: Fix 8xx build breakage due to _tlbie changes
Date: Tue, 20 Nov 2007 06:50:26 +1100 [thread overview]
Message-ID: <1195501826.6539.3.camel@pasglop> (raw)
In-Reply-To: <20071119060623.67387f2c@vader.jdub.homelinux.org>
> > Index: linux-work/arch/powerpc/mm/mmu_decl.h
> > ===================================================================
> > --- linux-work.orig/arch/powerpc/mm/mmu_decl.h 2007-11-15 14:09:16.000000000 +1100
> > +++ linux-work/arch/powerpc/mm/mmu_decl.h 2007-11-15 14:14:29.000000000 +1100
> > @@ -56,7 +56,7 @@ extern unsigned long total_lowmem;
> > * architectures. -- Dan
> > */
> > #if defined(CONFIG_8xx)
> > -#define flush_HPTE(X, va, pg) _tlbie(va)
> > +#define flush_HPTE(X, va, pg) _tlbie(va, 0, /* 8xx doesn't care about PID */)
>
> Spurious ','?
Weird, it did build ...
Ben.
prev parent reply other threads:[~2007-11-19 19:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-19 6:41 [RFC/PATCH] powerpc: 4xx PCI work in progress Benjamin Herrenschmidt
2007-11-19 6:41 ` [RFC/PATCH] powerpc: Fix 8xx build breakage due to _tlbie changes Benjamin Herrenschmidt
2007-11-19 12:06 ` Josh Boyer
2007-11-19 19:50 ` Benjamin Herrenschmidt [this message]
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=1195501826.6539.3.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=jwboyer@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).