Skip to content
Snippets Groups Projects
Commit 047ea784 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

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: default avatarPaul Mackerras <paulus@samba.org>
parent 800fc3ee
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment