All of lore.kernel.org
 help / color / mirror / Atom feed
From: prettykernel <prettykernel@gmail.com>
To: mingo@redhat.com
Cc: bp@alien8.de, x86@kernel.org, hpa@zytor.com, jroedel@suse.de,
	keescook@chromium.org, prettykernel@gmail.com,
	linux-kernel@vger.kernel.org
Subject: [PATCH] arch/x86: remove unused enum value GATE_CALL
Date: Mon,  7 Jun 2021 22:52:17 +0800	[thread overview]
Message-ID: <20210607145217.6561-1-prettykernel@gmail.com> (raw)

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


                 reply	other threads:[~2021-06-07 14:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210607145217.6561-1-prettykernel@gmail.com \
    --to=prettykernel@gmail.com \
    --cc=bp@alien8.de \
    --cc=hpa@zytor.com \
    --cc=jroedel@suse.de \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.