X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=arch%2Fx86%2Fboot%2Fheader.S;h=6d2df8d61c54089a553c0cdee879dde6f421130c;hp=40c91bb483e17354668bad91f54b4d694d19a963;hb=87253d1b4f2b5a29bdfc6275b9fb52a47d72df64;hpb=bc0a733facbbde6c464e3ba5e165607fe4824cca diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S index 40c91bb483e1..6d2df8d61c54 100644 --- a/arch/x86/boot/header.S +++ b/arch/x86/boot/header.S @@ -224,10 +224,8 @@ hardware_subarch: .long 0 # subarchitecture, added with 2.07 hardware_subarch_data: .quad 0 -compressed_payload_offset: - .long input_data -compressed_payload_length: - .long input_data_end-input_data +payload_offset: .long input_data +payload_length: .long input_data_end-input_data # End of setup header #####################################################