x86/asm: Make boot_gdt_descr local
authorJiri Slaby <jslaby@suse.cz>
Thu, 3 Oct 2019 09:52:38 +0000 (11:52 +0200)
committerBorislav Petkov <bp@suse.de>
Sat, 5 Oct 2019 10:11:05 +0000 (12:11 +0200)
commit5aa5cbd2e95e0079b2cc6b4b66f0d0de5e0fbbfd
treebbb74ff61f499f655829082a4aface508b89f7ef
parent1a8770b746bd05ef68217989cd723b2c24d2208d
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 <jslaby@suse.cz>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/20191003095238.29831-2-jslaby@suse.cz
arch/x86/kernel/head_32.S