From: Paul Mundt Date: Tue, 13 May 2008 08:41:46 +0000 (+0900) Subject: sh: disable initrd defaults in .empty_zero_page. X-Git-Tag: v2.6.26-rc4~119^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=972ad0e0d51b67b862ae6143d858fb7da2f2a5f6;p=pandora-kernel.git sh: disable initrd defaults in .empty_zero_page. When using initramfs on systems that don't explicitly clear LOADER_TYPE, unpack_to_rootfs() tramples tramples the range with the defaults taken out of .empty_zero_page. This causes kernels with valid initramfs images to bail out with crc or gzip magic mismatch errors after the second unpack takes place on certain platform configurations. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed