[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210607145217.6561-1-prettykernel@gmail.com>
Date: Mon, 7 Jun 2021 22:52:17 +0800
From: prettykernel <prettykernel@...il.com>
To: mingo@...hat.com
Cc: bp@...en8.de, x86@...nel.org, hpa@...or.com, jroedel@...e.de,
keescook@...omium.org, prettykernel@...il.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] arch/x86: remove unused enum value GATE_CALL
GATE_CALL is completely unused.
Just remove it.
Signed-off-by: prettykernel <prettykernel@...il.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
Powered by blists - more mailing lists