lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ