Skip to content

Commit 8392f16

Browse files
suryasaimadhuKAGA-KOKO
authored andcommitted
x86/boot: Correct setup_header.start_sys name
It is called start_sys_seg elsewhere so rename it to that. It is an obsolete field so we could just as well directly call it __u16 __pad... No functional change. Signed-off-by: Borislav Petkov <bp@suse.de> Link: http://lkml.kernel.org/r/20170221183639.16554-1-bp@alien8.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 parent e98fe51 commit 8392f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/include/uapi/asm/bootparam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct setup_header {
5858
__u32 header;
5959
__u16 version;
6060
__u32 realmode_swtch;
61-
__u16 start_sys;
61+
__u16 start_sys_seg;
6262
__u16 kernel_version;
6363
__u8 type_of_loader;
6464
__u8 loadflags;

0 commit comments

Comments
 (0)