linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch/x86: remove unused enum value GATE_CALL
@ 2021-06-07 14:52 prettykernel
  0 siblings, 0 replies; only message in thread
From: prettykernel @ 2021-06-07 14:52 UTC (permalink / raw)
  To: mingo; +Cc: bp, x86, hpa, jroedel, keescook, prettykernel, linux-kernel

GATE_CALL is completely unused.
Just remove it.

Signed-off-by: prettykernel <prettykernel@gmail.com>
---
 arch/x86/include/asm/desc_defs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/include/asm/desc_defs.h b/arch/x86/include/asm/desc_defs.h
index f7e7099af595..f6687e4ab78d 100644
--- a/arch/x86/include/asm/desc_defs.h
+++ b/arch/x86/include/asm/desc_defs.h
@@ -40,7 +40,6 @@ struct desc_struct {
 enum {
 	GATE_INTERRUPT = 0xE,
 	GATE_TRAP = 0xF,
-	GATE_CALL = 0xC,
 	GATE_TASK = 0x5,
 };
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-07 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 14:52 [PATCH] arch/x86: remove unused enum value GATE_CALL prettykernel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).