• O
    [PATCH] ppc64 boot: remove zlib · 7054036f
    Olaf Hering 提交于
    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: NOlaf Hering <olh@suse.de>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Anton Blanchard <anton@samba.org>
    Signed-off-by: NAndrew Morton <akpm@osdl.org>
    Signed-off-by: NPaul Mackerras <paulus@samba.org>
    7054036f
main.c 7.5 KB