From: H. Peter Anvin Date: Wed, 20 May 2009 18:26:09 +0000 (-0700) Subject: x86, boot: correct the calculation of ZO_INIT_SIZE X-Git-Tag: v2.6.31-rc1~422^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ac4c18fbc92a26df71ece609b082bc3099676b;p=pandora-kernel.git x86, boot: correct the calculation of ZO_INIT_SIZE Correct the calculation of ZO_INIT_SIZE (the amount of memory we need during decompression). One symbol (ZO_startup_32) was missing from zoffset.h, and another (ZO_z_extract_offset) was misspelled. [ Impact: build fix ] Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed