OSDN Git Service

x86/asm/purgatory: Start using annotations
authorJiri Slaby <jslaby@suse.cz>
Fri, 11 Oct 2019 11:50:55 +0000 (13:50 +0200)
committerBorislav Petkov <bp@suse.de>
Fri, 18 Oct 2019 08:48:43 +0000 (10:48 +0200)
commitb16fed65a7938248c8b37d5d0a8020defa6fd926
tree2332b9b9c9334f600f635d2aaf93263f391634b3
parent1de5bdce0c3f8294d0aabc48fb5497814589422f
x86/asm/purgatory: Start using annotations

Purgatory used no annotations at all. So include linux/linkage.h and
annotate everything:

* code by SYM_CODE_*
* data by SYM_DATA_*

 [ bp: Fixup comment in gdt: ]

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Alexios Zavras <alexios.zavras@intel.com>
Cc: Allison Randal <allison@lohutok.net>
Cc: Enrico Weigelt <info@metux.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: linux-arch@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/20191011115108.12392-16-jslaby@suse.cz
arch/x86/purgatory/entry64.S
arch/x86/purgatory/setup-x86_64.S
arch/x86/purgatory/stack.S