projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e98fe51
)
x86/boot: Correct setup_header.start_sys name
author
Borislav Petkov
<bp@suse.de>
Tue, 21 Feb 2017 18:36:39 +0000
(19:36 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 1 Mar 2017 10:27:26 +0000
(11:27 +0100)
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>
arch/x86/include/uapi/asm/bootparam.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/uapi/asm/bootparam.h
b/arch/x86/include/uapi/asm/bootparam.h
index 5138dacf8bb8360511f7b3514f8ab0ac1a1e88f8..07244ea16765a6bc77e1107233c65fc7286f0e8b 100644
(file)
--- 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;