Loading arch/x86/boot/header.S +1 −7 Original line number Diff line number Diff line Loading @@ -426,13 +426,7 @@ pref_address: .quad LOAD_PHYSICAL_ADDR # preferred load addr #define INIT_SIZE VO_INIT_SIZE #endif init_size: .long INIT_SIZE # kernel initialization size handover_offset: #ifdef CONFIG_EFI_STUB .long 0x30 # offset to the handover # protocol entry point #else .long 0 #endif handover_offset: .long 0 # Filled in by build.c # End of setup header ##################################################### Loading Loading
arch/x86/boot/header.S +1 −7 Original line number Diff line number Diff line Loading @@ -426,13 +426,7 @@ pref_address: .quad LOAD_PHYSICAL_ADDR # preferred load addr #define INIT_SIZE VO_INIT_SIZE #endif init_size: .long INIT_SIZE # kernel initialization size handover_offset: #ifdef CONFIG_EFI_STUB .long 0x30 # offset to the handover # protocol entry point #else .long 0 #endif handover_offset: .long 0 # Filled in by build.c # End of setup header ##################################################### Loading