x86: Add missing bzImage fields to struct setup_header
authorMatt Fleming <matt.fleming@intel.com>
Sat, 27 Aug 2011 08:35:45 +0000 (09:35 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Sat, 10 Dec 2011 01:35:33 +0000 (17:35 -0800)
commit8af21e7e71d1ac56d9b66fb787a14fd66af7f5f7
tree9a6a6b2b80cce565a69760aa48b5497fc5b97b27
parent6d3e32e63f1fb47b3ba104d13dfac116df7b2bbb
x86: Add missing bzImage fields to struct setup_header

commit 37ba7ab5e33c ("x86, boot: make kernel_alignment adjustable; new
bzImage fields") introduced some new fields into the bzImage header
but struct setup_header was not updated accordingly. Add the missing
'pref_address' and 'init_size' fields.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Link: http://lkml.kernel.org/r/1318848017-12301-1-git-send-email-matt@console-pimps.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/bootparam.h