aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2017-02-21 19:36:39 +0100
committerThomas Gleixner <tglx@linutronix.de>2017-03-01 11:27:26 +0100
commit8392f16d38bb5222c03073a3906b7fd272386faf (patch)
tree90653cd202104715c35012784e02df6ac1e0a1c7 /arch/x86/include/uapi
parentx86/purgatory: Fix sparse warning, symbol not declared (diff)
downloadlinux-dev-8392f16d38bb5222c03073a3906b7fd272386faf.tar.xz
linux-dev-8392f16d38bb5222c03073a3906b7fd272386faf.zip
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>
Diffstat (limited to 'arch/x86/include/uapi')
-rw-r--r--arch/x86/include/uapi/asm/bootparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/uapi/asm/bootparam.h b/arch/x86/include/uapi/asm/bootparam.h
index 5138dacf8bb8..07244ea16765 100644
--- a/arch/x86/include/uapi/asm/bootparam.h
+++ b/arch/x86/include/uapi/asm/bootparam.h
@@ -58,7 +58,7 @@ struct setup_header {
__u32 header;
__u16 version;
__u32 realmode_swtch;
- __u16 start_sys;
+ __u16 start_sys_seg;
__u16 kernel_version;
__u8 type_of_loader;
__u8 loadflags;