x86: Use structs instead of hardcoded offsets in x86 boot decompressor.
authorKristian Høgsberg <krh@redhat.com>
Thu, 29 May 2008 22:31:14 +0000 (18:31 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 31 May 2008 00:00:34 +0000 (17:00 -0700)
commit23968f71b26ece45ed52895d41b0208b90a516e7
tree542d30c736329e335fab8e22b0c140685a3e9e91
parentc7d624d1ee7b77622305bd638755394e4d3f2d2f
x86: Use structs instead of hardcoded offsets in x86 boot decompressor.

Replace hardcoded offsets embedded in macros in
arch/x86/boot/compressed with proper structure references.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/boot/compressed/misc.c