x86, boot: correct the calculation of ZO_INIT_SIZE
authorH. Peter Anvin <hpa@zytor.com>
Wed, 20 May 2009 18:26:09 +0000 (11:26 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 20 May 2009 18:26:09 +0000 (11:26 -0700)
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 <hpa@zytor.com>

No differences found