summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorPingfan Liu <kernelfans@gmail.com>2019-01-04 16:46:19 +0800
committerThomas Gleixner <tglx@linutronix.de>2019-01-29 22:09:12 +0100
commit439fbdf6a2021ab1cca94b30837674b2b7527ae8 (patch)
treef89b5a723b398e459f4761800b05cd58802df5f4 /arch/x86/include
parent691b9ab6c9676e5868a4787be9041dd990005311 (diff)
downloadlinux-0-day-439fbdf6a2021ab1cca94b30837674b2b7527ae8.tar.gz
linux-0-day-439fbdf6a2021ab1cca94b30837674b2b7527ae8.tar.xz
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
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index 33051436c8645..2bb3a648fc12c 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;