https://github.com/torvalds/linux
Revision 047ea7846565917c4a666635fa1fa4b5c587cd55 authored by Paul Mackerras on 19 November 2005, 09:17:32 UTC, committed by Paul Mackerras on 19 November 2005, 09:17:32 UTC
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>
1 parent 800fc3e
History
Tip revision: 047ea7846565917c4a666635fa1fa4b5c587cd55 authored by Paul Mackerras on 19 November 2005, 09:17:32 UTC
powerpc: Trivially merge several headers from asm-ppc64 to asm-powerpc
Tip revision: 047ea78
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 62.2 KB
Makefile -rw-r--r-- 42.8 KB
README -rw-r--r-- 14.7 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top