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)
commitc6ac4c18fbc92a26df71ece609b082bc3099676b
tree577533e27b1217800b44ee43d7d4870f46be3e8e
parentc4f68236e41641494f9c8a418ccc0678c335bbb5
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 <hpa@zytor.com>
arch/x86/boot/Makefile
arch/x86/boot/header.S