aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/header.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/header.S')
-rw-r--r--arch/x86/boot/header.S6
1 files changed, 2 insertions, 4 deletions
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
224 224
225hardware_subarch_data: .quad 0 225hardware_subarch_data: .quad 0
226 226
227compressed_payload_offset: 227payload_offset: .long input_data
228 .long input_data 228payload_length: .long input_data_end-input_data
229compressed_payload_length:
230 .long input_data_end-input_data
231 229
232# End of setup header ##################################################### 230# End of setup header #####################################################
233 231