]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ppc64 boot: remove zlib
authorOlaf Hering <olh@suse.de>
Sat, 29 Oct 2005 00:46:38 +0000 (17:46 -0700)
committerPaul Mackerras <paulus@samba.org>
Sat, 29 Oct 2005 05:04:43 +0000 (15:04 +1000)
commit7054036fc526b741ba90ff1d077ac900362f30ed
tree90d4edc10a81861219eb3d37e2fd93814935c315
parent8afe31c9eb92389f091a40def9650278ca66befd
[PATCH] ppc64 boot: remove zlib

Switch ppc64 to the in-kernel zlib, it has less bugs than the current one.
The code in arch/ppc64/boot is compiled as 32bit, so it can not use the
includes from include/asm.

Copy all zlib related header files and convert them with sed.

Reduce the scratch size to 47k, check possible changes at runtime.

Signed-off-by: Olaf Hering <olh@suse.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/boot/Makefile
arch/ppc64/boot/main.c
arch/ppc64/boot/zlib.c [deleted file]
arch/ppc64/boot/zlib.h [deleted file]