From: "Mark A. Greer" <mgreer@mvista.com>
To: Hollis Blanchard <hollisb@us.ibm.com>
Cc: linuxppc-dev@ozlabs.org,
"xen-ppc-devel@lists.xensource.com"
<xen-ppc-devel@lists.xensource.com>
Subject: Re: [PATCH 1/6] bootwrapper: arch/powerpc/boot code reorg
Date: Mon, 7 Aug 2006 17:16:09 -0700 [thread overview]
Message-ID: <20060808001609.GD4582@mag.az.mvista.com> (raw)
In-Reply-To: <1154910111.27074.87.camel@diesel>
On Sun, Aug 06, 2006 at 07:21:51PM -0500, Hollis Blanchard wrote:
> On Wed, 2006-07-19 at 16:00 -0700, an unknown sender wrote:
> > diff --git a/arch/powerpc/boot/types.h b/arch/powerpc/boot/types.h
> > new file mode 100644
> > index 0000000..2a2fa2b
> > --- /dev/null
> > +++ b/arch/powerpc/boot/types.h
> > @@ -0,0 +1,29 @@
> > +#ifndef _TYPES_H_
> > +#define _TYPES_H_
> > +
> > +#define COMMAND_LINE_SIZE 512
> > +#define MAX_PATH_LEN 256
> > +#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
> > +
> > +typedef unsigned char u8;
> > +typedef unsigned short u16;
> > +typedef unsigned int u32;
> > +#ifdef __powerpc64__
> > +typedef unsigned long u64;
> > +#else
> > +typedef unsigned long long u64;
> > +#endif
>
> As long as we're adding new typedefs, could we please use the stdint.h
> ones (e.g. uint32_t)? For Xen, I need to do flat tree munging in
> userspace, so using real types would help with code reuse.
Sure, I can do that unless someone objects.
Mark
next prev parent reply other threads:[~2006-08-08 0:12 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-19 23:00 [PATCH 1/6] bootwrapper: arch/powerpc/boot code reorg Mark A. Greer
2006-08-02 4:53 ` Paul Mackerras
2006-08-02 6:15 ` Paul Mackerras
2006-08-02 16:03 ` Tom Rini
2006-08-02 16:58 ` Mark A. Greer
2006-08-03 19:26 ` Mark A. Greer
2006-08-07 6:48 ` Paul Mackerras
2006-08-08 0:15 ` Mark A. Greer
2006-08-02 12:41 ` Arnd Bergmann
2006-08-02 17:00 ` Mark A. Greer
2006-08-02 16:40 ` Mark A. Greer
2006-08-07 0:21 ` Hollis Blanchard
2006-08-08 0:16 ` Mark A. Greer [this message]
2006-09-08 3:35 ` Mark A. Greer
2006-09-15 10:19 ` Paul Mackerras
2006-09-15 18:01 ` Mark A. Greer
2006-09-16 4:01 ` Paul Mackerras
2006-09-19 0:45 ` Mark A. Greer
2006-09-19 0:48 ` Mark A. Greer
-- strict thread matches above, loose matches on Subject: below --
2006-08-03 5:57 Milton Miller
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=20060808001609.GD4582@mag.az.mvista.com \
--to=mgreer@mvista.com \
--cc=hollisb@us.ibm.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=xen-ppc-devel@lists.xensource.com \
/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).