From: Andrew Morton <akpm@osdl.org>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: linuxppc-dev@ozlabs.org, luther@gluck.debian.org
Subject: Re: [PATCH] ppc32: (Updated) Pegasos support
Date: Tue, 25 Jan 2005 22:15:17 -0800 [thread overview]
Message-ID: <20050125221517.6ec13d0f.akpm@osdl.org> (raw)
In-Reply-To: <1106696607.6249.18.camel@gaston>
Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
>
> Here's an updated version of the pegasos support patch for ppc32, fixing
> a typo in the previous one.
I already sent the first version to Linus. That's reason 42 for preferring
incremental diffs ;)
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Here's an updated version of the pegasos support patch for ppc32, fixing a
typo in the previous one. Driver patches to come soon.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
25-akpm/arch/ppc/platforms/chrp_pci.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN arch/ppc/platforms/chrp_pci.c~ppc32-updated-pegasos-support arch/ppc/platforms/chrp_pci.c
--- 25/arch/ppc/platforms/chrp_pci.c~ppc32-updated-pegasos-support 2005-01-25 22:14:12.685346992 -0800
+++ 25-akpm/arch/ppc/platforms/chrp_pci.c 2005-01-25 22:14:12.688346536 -0800
@@ -304,6 +304,6 @@ chrp_find_bridges(void)
}
/* Do not fixup interrupts from OF tree on pegasos */
- if (is_pegasos != 0)
+ if (is_pegasos == 0)
ppc_md.pcibios_fixup = chrp_pcibios_fixup;
}
_
next prev parent reply other threads:[~2005-01-26 6:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-25 23:43 [PATCH] ppc32: (Updated) Pegasos support Benjamin Herrenschmidt
2005-01-26 6:15 ` Andrew Morton [this message]
2005-01-26 13:39 ` Benjamin Herrenschmidt
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=20050125221517.6ec13d0f.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=benh@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=luther@gluck.debian.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).