From: tip-bot for Huang Rui <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, peterz@infradead.org,
fenghua.yu@intel.com, tglx@linutronix.de,
torvalds@linux-foundation.org, tony.li@amd.com,
fengguang.wu@intel.com, bp@suse.de, luto@amacapital.net,
mingo@kernel.org, ray.huang@amd.com, tony.luck@intel.com,
hpa@zytor.com
Subject: [tip:x86/asm] x86/asm: Drop repeated macro of X86_EFLAGS_AC definition
Date: Thu, 27 Aug 2015 23:43:27 -0700 [thread overview]
Message-ID: <tip-7e01ebffffedec22cea86ebe94802f909e4579ca@git.kernel.org> (raw)
In-Reply-To: <1440669844-21535-1-git-send-email-ray.huang@amd.com>
Commit-ID: 7e01ebffffedec22cea86ebe94802f909e4579ca
Gitweb: http://git.kernel.org/tip/7e01ebffffedec22cea86ebe94802f909e4579ca
Author: Huang Rui <ray.huang@amd.com>
AuthorDate: Thu, 27 Aug 2015 18:04:04 +0800
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Fri, 28 Aug 2015 07:33:34 +0200
x86/asm: Drop repeated macro of X86_EFLAGS_AC definition
We just need one macro of X86_EFLAGS_AC_BIT and X86_EFLAGS_AC.
Signed-off-by: Huang Rui <ray.huang@amd.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@suse.de>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tony Li <tony.li@amd.com>
Cc: Tony Luck <tony.luck@intel.com>
Link: http://lkml.kernel.org/r/1440669844-21535-1-git-send-email-ray.huang@amd.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
arch/x86/include/uapi/asm/processor-flags.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/include/uapi/asm/processor-flags.h b/arch/x86/include/uapi/asm/processor-flags.h
index 180a0c3..79887ab 100644
--- a/arch/x86/include/uapi/asm/processor-flags.h
+++ b/arch/x86/include/uapi/asm/processor-flags.h
@@ -37,8 +37,6 @@
#define X86_EFLAGS_VM _BITUL(X86_EFLAGS_VM_BIT)
#define X86_EFLAGS_AC_BIT 18 /* Alignment Check/Access Control */
#define X86_EFLAGS_AC _BITUL(X86_EFLAGS_AC_BIT)
-#define X86_EFLAGS_AC_BIT 18 /* Alignment Check/Access Control */
-#define X86_EFLAGS_AC _BITUL(X86_EFLAGS_AC_BIT)
#define X86_EFLAGS_VIF_BIT 19 /* Virtual Interrupt Flag */
#define X86_EFLAGS_VIF _BITUL(X86_EFLAGS_VIF_BIT)
#define X86_EFLAGS_VIP_BIT 20 /* Virtual Interrupt Pending */
prev parent reply other threads:[~2015-08-28 6:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-27 10:04 [PATCH] x86/asm: Drop repeated macro of X86_EFLAGS_AC definition Huang Rui
2015-08-28 6:43 ` tip-bot for Huang Rui [this message]
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=tip-7e01ebffffedec22cea86ebe94802f909e4579ca@git.kernel.org \
--to=tipbot@zytor.com \
--cc=bp@suse.de \
--cc=fengguang.wu@intel.com \
--cc=fenghua.yu@intel.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=luto@amacapital.net \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=ray.huang@amd.com \
--cc=tglx@linutronix.de \
--cc=tony.li@amd.com \
--cc=tony.luck@intel.com \
--cc=torvalds@linux-foundation.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.