Skip to content
  • Olaf Hering's avatar
    [PATCH] ppc64 boot: remove zlib · 7054036f
    Olaf Hering authored
    
    
    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: default avatarOlaf Hering <olh@suse.de>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Anton Blanchard <anton@samba.org>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    7054036f