From: Hollis Blanchard <hollis@penguinppc.org>
To: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [patch] fix RTC/NVRAM accesses on Maple
Date: Thu, 18 May 2006 21:25:36 -0500 [thread overview]
Message-ID: <1148005536.26609.7.camel@diesel> (raw)
In-Reply-To: <17516.64514.854281.64425@cargo.ozlabs.ibm.com>
On Fri, 2006-05-19 at 08:58 +1000, Paul Mackerras wrote:
>
> It would look better as:
>
> #ifdef CONFIG_PPC_MAPLE
> /* PIBS Version 1.05.0000 04/26/2005 has an incorrect /ht/isa/ranges property.
> * The values are bad, and it doesn't even have the right number of cells. */
> static void __init fixup_device_tree_maple(void)
> {
> ... etc ...
> }
> #else
> #define fixup_device_tree_maple()
> #endif
>
> #if defined(CONFIG_PPC64) && defined(CONFIG_PPC_PMAC)
> static void __init fixup_device_tree_pmac(void)
> {
> ... etc ...
> }
> #else
> #define fixup_device_tree_pmac()
> #endif
>
> static void __init fixup_device_tree(void)
> {
> fixup_device_tree_maple();
> fixup_device_tree_pmac();
> }
>
> Care to redo the patch?
If you really think that looks better, sure. :)
-Hollis
next prev parent reply other threads:[~2006-05-19 2:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-18 21:34 [patch] fix RTC/NVRAM accesses on Maple Hollis Blanchard
2006-05-18 22:58 ` Paul Mackerras
2006-05-19 2:25 ` Hollis Blanchard [this message]
2006-05-25 21:36 ` Hollis Blanchard
2006-05-25 23:07 ` Segher Boessenkool
2006-05-30 10:39 ` jfaslist
2006-05-30 11:38 ` Segher Boessenkool
2006-05-30 13:49 ` jfaslist
2006-05-30 19:21 ` Hollis Blanchard
2006-05-18 23:53 ` Segher Boessenkool
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=1148005536.26609.7.camel@diesel \
--to=hollis@penguinppc.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.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).