From: Olaf Hering Date: Sat, 29 Oct 2005 00:46:38 +0000 (-0700) Subject: [PATCH] ppc64 boot: remove zlib X-Git-Tag: v2.6.15-rc1~59^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7054036fc526b741ba90ff1d077ac900362f30ed;p=pandora-kernel.git [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 Cc: Benjamin Herrenschmidt Cc: Anton Blanchard Signed-off-by: Andrew Morton Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed