powerpc: Trivially merge several headers from asm-ppc64 to asm-powerpc
authorPaul Mackerras <paulus@samba.org>
Sat, 19 Nov 2005 09:17:32 +0000 (20:17 +1100)
committerPaul Mackerras <paulus@samba.org>
Sat, 19 Nov 2005 09:17:32 +0000 (20:17 +1100)
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>

No differences found