linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86: drop mflags-y
@ 2017-08-07 11:29 Cao jin
  2017-08-10 14:16 ` [tip:x86/build] x86/build: Drop unused mflags-y tip-bot for Cao jin
  0 siblings, 1 reply; 2+ messages in thread
From: Cao jin @ 2017-08-07 11:29 UTC (permalink / raw)
  To: linux-kernel, x86; +Cc: tglx, mingo, hpa

Since commit 6bda2c8b32, subarchitecture support(mflags-y) is totally
removed for x86. So now mflags-y can be dropped safely for x86.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 arch/x86/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index bf240b9..a3f66d6 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -215,9 +215,6 @@ KBUILD_CFLAGS += -Wno-sign-compare
 #
 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
 
-KBUILD_CFLAGS += $(mflags-y)
-KBUILD_AFLAGS += $(mflags-y)
-
 archscripts: scripts_basic
 	$(Q)$(MAKE) $(build)=arch/x86/tools relocs
 
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:x86/build] x86/build: Drop unused mflags-y
  2017-08-07 11:29 [PATCH] x86: drop mflags-y Cao jin
@ 2017-08-10 14:16 ` tip-bot for Cao jin
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Cao jin @ 2017-08-10 14:16 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, torvalds, hpa, caoj.fnst, mingo, linux-kernel, peterz

Commit-ID:  e20f7e5e7243008d507c3d2d2e02cd40eb94a8c0
Gitweb:     http://git.kernel.org/tip/e20f7e5e7243008d507c3d2d2e02cd40eb94a8c0
Author:     Cao jin <caoj.fnst@cn.fujitsu.com>
AuthorDate: Mon, 7 Aug 2017 19:29:44 +0800
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 10 Aug 2017 14:20:15 +0200

x86/build: Drop unused mflags-y

Subarchitecture support (mflags-y) was removed from x86 in this commit:

   6bda2c8b32fe ("x86: remove subarchitecture support")

So drop the mflags-y usage from the Makefile.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1502105384-23214-1-git-send-email-caoj.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 1e902f9..70b3aa9 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -232,9 +232,6 @@ KBUILD_CFLAGS += -Wno-sign-compare
 #
 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
 
-KBUILD_CFLAGS += $(mflags-y)
-KBUILD_AFLAGS += $(mflags-y)
-
 archscripts: scripts_basic
 	$(Q)$(MAKE) $(build)=arch/x86/tools relocs
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-10 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-07 11:29 [PATCH] x86: drop mflags-y Cao jin
2017-08-10 14:16 ` [tip:x86/build] x86/build: Drop unused mflags-y tip-bot for Cao jin

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).