linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@ozlabs.org
Subject: [PATCH 2/3] [POWERPC] Copy over headers from arch/ppc to arch/powerpc that we need
Date: Fri, 17 Aug 2007 02:14:29 -0500 (CDT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0708170213040.15311@blarg.am.freescale.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0708170212210.15311@blarg.am.freescale.net>

To build arch/powerpc without including asm-ppc/ we need these files
in asm-powerpc/

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 include/asm-powerpc/8xx_immap.h   |  564 +++++++++++++++++
 include/asm-powerpc/commproc.h    |  692 ++++++++++++++++++++
 include/asm-powerpc/cpm2.h        | 1248 +++++++++++++++++++++++++++++++++++++
 include/asm-powerpc/gg2.h         |   61 ++
 include/asm-powerpc/highmem.h     |  135 ++++
 include/asm-powerpc/hydra.h       |  102 +++
 include/asm-powerpc/immap_cpm2.h  |  648 +++++++++++++++++++
 include/asm-powerpc/kgdb.h        |   57 ++
 include/asm-powerpc/m8260_pci.h   |  187 ++++++
 include/asm-powerpc/mpc10x.h      |  180 ++++++
 include/asm-powerpc/mpc52xx_psc.h |  191 ++++++
 11 files changed, 4065 insertions(+), 0 deletions(-)
 create mode 100644 include/asm-powerpc/8xx_immap.h
 create mode 100644 include/asm-powerpc/commproc.h
 create mode 100644 include/asm-powerpc/cpm2.h
 create mode 100644 include/asm-powerpc/gg2.h
 create mode 100644 include/asm-powerpc/highmem.h
 create mode 100644 include/asm-powerpc/hydra.h
 create mode 100644 include/asm-powerpc/immap_cpm2.h
 create mode 100644 include/asm-powerpc/kgdb.h
 create mode 100644 include/asm-powerpc/m8260_pci.h
 create mode 100644 include/asm-powerpc/mpc10x.h
 create mode 100644 include/asm-powerpc/mpc52xx_psc.h

[patch removed since I was just copying the asm-ppc variants to
asm-powerpc]

- k

  reply	other threads:[~2007-08-17  7:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-17  7:11 [PATCH 0/3] Remove need for include/asm-ppc Kumar Gala
2007-08-17  7:12 ` [PATCH 1/3] [POWERPC] Remove old includes from arch/ppc Kumar Gala
2007-08-17  7:14   ` Kumar Gala [this message]
2007-08-17  7:15     ` [PATCH 3/3] [POWERPC] Stop include asm-ppc when building ARCH=powerpc for ppc32 Kumar Gala
2007-08-17  8:13       ` Stephen Rothwell
2007-08-17 12:55         ` Kumar Gala
2007-08-17 17:05     ` [PATCH 2/3] [POWERPC] Copy over headers from arch/ppc to arch/powerpc that we need Arnd Bergmann
2007-08-17 17:42       ` Arnd Bergmann
2007-08-17 20:45       ` Scott Wood
2007-08-17 20:50         ` Scott Wood
2007-08-17 23:25     ` Segher Boessenkool
2007-08-18  5:40       ` Kumar Gala
2007-08-17 12:30 ` [PATCH 0/3] Remove need for include/asm-ppc Josh Boyer
2007-08-17 12:56   ` Kumar Gala
2007-08-17 17:06 ` Arnd Bergmann

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=Pine.LNX.4.64.0708170213040.15311@blarg.am.freescale.net \
    --to=galak@kernel.crashing.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).