powerpc: Trivially merge several headers from asm-ppc64 to asm-powerpc
For these, I have just done the lame-o merge where the file ends up
looking like:
#ifndef CONFIG_PPC64
#include <asm-ppc/foo.h>
#else
... contents from asm-ppc64/foo.h
#endif
so nothing has changed, really, except that we reduce include/asm-ppc64
a bit more.
Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- include/asm-powerpc/io.h 8 additions, 4 deletionsinclude/asm-powerpc/io.h
- include/asm-powerpc/mmu.h 9 additions, 5 deletionsinclude/asm-powerpc/mmu.h
- include/asm-powerpc/mmu_context.h 8 additions, 4 deletionsinclude/asm-powerpc/mmu_context.h
- include/asm-powerpc/mmzone.h 0 additions, 0 deletionsinclude/asm-powerpc/mmzone.h
- include/asm-powerpc/pci-bridge.h 7 additions, 5 deletionsinclude/asm-powerpc/pci-bridge.h
- include/asm-powerpc/pgalloc.h 8 additions, 3 deletionsinclude/asm-powerpc/pgalloc.h
- include/asm-powerpc/pgtable-4k.h 0 additions, 0 deletionsinclude/asm-powerpc/pgtable-4k.h
- include/asm-powerpc/pgtable-64k.h 0 additions, 0 deletionsinclude/asm-powerpc/pgtable-64k.h
- include/asm-powerpc/pgtable.h 9 additions, 4 deletionsinclude/asm-powerpc/pgtable.h
Loading
Please register or sign in to comment