diff options
Diffstat (limited to 'arch/x86/include/asm/realmode.h')
| -rw-r--r-- | arch/x86/include/asm/realmode.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/include/asm/realmode.h b/arch/x86/include/asm/realmode.h index fce3f4ae5bd..fe1ec5bcd84 100644 --- a/arch/x86/include/asm/realmode.h +++ b/arch/x86/include/asm/realmode.h @@ -21,8 +21,9 @@ struct real_mode_header {  	u32	wakeup_header;  #endif  	/* APM/BIOS reboot */ -#ifdef CONFIG_X86_32  	u32	machine_real_restart_asm; +#ifdef CONFIG_X86_64 +	u32	machine_real_restart_seg;  #endif  };  |