[PATCH 2/3] [POWERPC] Copy over headers from arch/ppc to arch/powerpc that we need

Kumar Gala galak at kernel.crashing.org
Fri Aug 17 17:14:29 EST 2007


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

Signed-off-by: Kumar Gala <galak at 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



More information about the Linuxppc-dev mailing list