[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1541990120-9643-1-git-send-email-yamada.masahiro@socionext.com>
Date: Mon, 12 Nov 2018 11:35:18 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Ingo Molnar <mingo@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org
Cc: Richard Weinberger <richard@...ma-star.at>,
linuxppc-dev@...ts.ozlabs.org,
Michael Ellerman <mpe@...erman.id.au>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
"H. Peter Anvin" <hpa@...or.com>, Borislav Petkov <bp@...en8.de>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
linux-kernel@...r.kernel.org, Paul Mackerras <paulus@...ba.org>
Subject: [PATCH 0/2] Remove -fno-unit-at-a-time and -funit-at-a-time compiler flags entirely
1/2: remove dead code, which is logically obvious
because the minimum GCC version is now 4.6
2/2: we can say -funit-at-a-time is no longer useful
according to GCC 4.6 manual
I hope, this series can be applied through x86 tree.
Masahiro Yamada (2):
um: remove -fno-unit-at-a-time workaround for pre-4.0 GCC
x86, powerpc: remove -funit-at-a-time compiler option entirely
arch/powerpc/Makefile | 4 ----
arch/x86/Makefile | 4 ----
arch/x86/Makefile.um | 9 ---------
3 files changed, 17 deletions(-)
--
2.7.4
Powered by blists - more mailing lists