commit | 047ea7846565917c4a666635fa1fa4b5c587cd55 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Sat Nov 19 20:17:32 2005 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Sat Nov 19 20:17:32 2005 +1100 |
tree | 409c8f6ddd1f145fb364a8d6f813febd0c94d06b | |
parent | 800fc3eeb0eed3bf98d621c0da24d68cabcf6526 [diff] |
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>