diff options
author | Jiri Slaby <[email protected]> | 2019-10-03 11:52:38 +0200 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2019-10-05 12:11:05 +0200 |
commit | 5aa5cbd2e95e0079b2cc6b4b66f0d0de5e0fbbfd (patch) | |
tree | bbb74ff61f499f655829082a4aface508b89f7ef | |
parent | 1a8770b746bd05ef68217989cd723b2c24d2208d (diff) |
x86/asm: Make boot_gdt_descr local
As far as I can see, it was never used outside of head_32.S. Not even
when added in 2004. So make it local.
Signed-off-by: Jiri Slaby <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: x86-ml <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r-- | arch/x86/kernel/head_32.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S index 30f9cb2c0b55..7feb953e10d2 100644 --- a/arch/x86/kernel/head_32.S +++ b/arch/x86/kernel/head_32.S @@ -597,8 +597,6 @@ int_msg: */ .data -.globl boot_gdt_descr - ALIGN # early boot GDT descriptor (must use 1:1 address mapping) .word 0 # 32 bit align gdt_desc.address |