diff options
author | Pingfan Liu <kernelfans@gmail.com> | 2019-01-04 16:46:19 +0800 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-01-29 22:09:12 +0100 |
commit | 439fbdf6a2021ab1cca94b30837674b2b7527ae8 (patch) | |
tree | f89b5a723b398e459f4761800b05cd58802df5f4 | |
parent | 691b9ab6c9676e5868a4787be9041dd990005311 (diff) | |
download | lwn-439fbdf6a2021ab1cca94b30837674b2b7527ae8.tar.gz lwn-439fbdf6a2021ab1cca94b30837674b2b7527ae8.zip |
x86/trap: Remove useless declaration
There is no early_trap_pf_init() implementation, hence remove this useless
declaration.
Signed-off-by: Pingfan Liu <kernelfans@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@alien8.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: https://lkml.kernel.org/r/1546591579-23502-1-git-send-email-kernelfans@gmail.com
-rw-r--r-- | arch/x86/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 33051436c864..2bb3a648fc12 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -742,7 +742,6 @@ enum idle_boot_override {IDLE_NO_OVERRIDE=0, IDLE_HALT, IDLE_NOMWAIT, extern void enable_sep_cpu(void); extern int sysenter_setup(void); -void early_trap_pf_init(void); /* Defined in head.S */ extern struct desc_ptr early_gdt_descr; |