[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <159921028558.20229.1866185910671534802.tip-bot2@tip-bot2>
Date: Fri, 04 Sep 2020 09:04:45 -0000
From: "tip-bot2 for Uros Bizjak" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Uros Bizjak <ubizjak@...il.com>, Borislav Petkov <bp@...e.de>,
x86 <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [tip: x86/cleanups] x86/entry/64: Do not include inst.h in calling.h
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: eb3621798bcdd34ba480109bac357ba6a784d3e2
Gitweb: https://git.kernel.org/tip/eb3621798bcdd34ba480109bac357ba6a784d3e2
Author: Uros Bizjak <ubizjak@...il.com>
AuthorDate: Thu, 27 Aug 2020 19:17:35 +02:00
Committer: Borislav Petkov <bp@...e.de>
CommitterDate: Fri, 04 Sep 2020 10:59:21 +02:00
x86/entry/64: Do not include inst.h in calling.h
inst.h was included in calling.h solely to instantiate the RDPID macro.
The usage of RDPID was removed in
6a3ea3e68b8a ("x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM")
so remove the include.
Fixes: 6a3ea3e68b8a ("x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM")
Signed-off-by: Uros Bizjak <ubizjak@...il.com>
Signed-off-by: Borislav Petkov <bp@...e.de>
Link: https://lkml.kernel.org/r/20200827171735.93825-1-ubizjak@gmail.com
---
arch/x86/entry/calling.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/entry/calling.h b/arch/x86/entry/calling.h
index ae9b0d4..07a9331 100644
--- a/arch/x86/entry/calling.h
+++ b/arch/x86/entry/calling.h
@@ -6,7 +6,6 @@
#include <asm/percpu.h>
#include <asm/asm-offsets.h>
#include <asm/processor-flags.h>
-#include <asm/inst.h>
/*
Powered by blists - more mailing lists