From: Olaf Hering Date: Mon, 8 Aug 2005 03:24:38 +0000 (+1000) Subject: [PATCH] ppc64: make arch/ppc64/boot standalone X-Git-Tag: v2.6.14-rc1~1037^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=decd300b30e499fe6be1bbfc5650fc971de8c1fa;p=pandora-kernel.git [PATCH] ppc64: make arch/ppc64/boot standalone Make the bootheader for ppc64 independent from kernel and libc headers. * add -nostdinc -isystem $gccincludes to not include libc headers * declare all functions in header files, also the stuff from string.S * declare some functions static * use stddef.h to get size_t (hopefully ok) * remove ppc32-types.h, only elf.h used the __NN types With further modifications by Paul Mackerras and Stephen Rothwell. Signed-off-by: Olaf Hering Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed