linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s390: remove unused Kconfig params
@ 2014-09-27  6:25 Michael Opdenacker
  2014-09-27  7:57 ` Heiko Carstens
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Opdenacker @ 2014-09-27  6:25 UTC (permalink / raw)
  To: schwidefsky, heiko.carstens
  Cc: linux390, linux-s390, linux-kernel, Michael Opdenacker

Remove the below Kconfig parameters, which are no longer
used anywhere in the source code and Makefiles:

HAVE_MARCH_Z900_FEATURES
HAVE_MARCH_Z990_FEATURES

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/s390/Kconfig | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 05c78bb5f570..d8085a9e9ebd 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -156,16 +156,8 @@ source "kernel/Kconfig.freezer"
 
 menu "Processor type and features"
 
-config HAVE_MARCH_Z900_FEATURES
-	def_bool n
-
-config HAVE_MARCH_Z990_FEATURES
-	def_bool n
-	select HAVE_MARCH_Z900_FEATURES
-
 config HAVE_MARCH_Z9_109_FEATURES
 	def_bool n
-	select HAVE_MARCH_Z990_FEATURES
 
 config HAVE_MARCH_Z10_FEATURES
 	def_bool n
@@ -192,7 +184,6 @@ config MARCH_G5
 
 config MARCH_Z900
 	bool "IBM zSeries model z800 and z900"
-	select HAVE_MARCH_Z900_FEATURES if 64BIT
 	help
 	  Select this to enable optimizations for model z800/z900 (2064 and
 	  2066 series). This will enable some optimizations that are not
@@ -200,7 +191,6 @@ config MARCH_Z900
 
 config MARCH_Z990
 	bool "IBM zSeries model z890 and z990"
-	select HAVE_MARCH_Z990_FEATURES if 64BIT
 	help
 	  Select this to enable optimizations for model z890/z990 (2084 and
 	  2086 series). The kernel will be slightly faster but will not work
-- 
1.9.1

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

* Re: [PATCH] s390: remove unused Kconfig params
  2014-09-27  6:25 [PATCH] s390: remove unused Kconfig params Michael Opdenacker
@ 2014-09-27  7:57 ` Heiko Carstens
  2014-09-30  5:28   ` Michael Opdenacker
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Carstens @ 2014-09-27  7:57 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: schwidefsky, linux390, linux-s390, linux-kernel

On Sat, Sep 27, 2014 at 08:25:30AM +0200, Michael Opdenacker wrote:
> Remove the below Kconfig parameters, which are no longer
> used anywhere in the source code and Makefiles:
> 
> HAVE_MARCH_Z900_FEATURES
> HAVE_MARCH_Z990_FEATURES
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>

What I wrote you a year ago is still true:

https://lkml.org/lkml/2013/11/4/69

Thanks,
Heiko

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

* Re: [PATCH] s390: remove unused Kconfig params
  2014-09-27  7:57 ` Heiko Carstens
@ 2014-09-30  5:28   ` Michael Opdenacker
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Opdenacker @ 2014-09-30  5:28 UTC (permalink / raw)
  To: Heiko Carstens; +Cc: schwidefsky, linux390, linux-s390, linux-kernel

Hi Heiko,

On 09/27/2014 09:57 AM, Heiko Carstens wrote:
> On Sat, Sep 27, 2014 at 08:25:30AM +0200, Michael Opdenacker wrote:
>> Remove the below Kconfig parameters, which are no longer
>> used anywhere in the source code and Makefiles:
>>
>> HAVE_MARCH_Z900_FEATURES
>> HAVE_MARCH_Z990_FEATURES
>>
>> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> What I wrote you a year ago is still true:
>
> https://lkml.org/lkml/2013/11/4/69

Thanks for your reply. I forgot about my earlier submission, as I only
keep track of patches that haven't been accepted yet. I will keep track
of "hopeless" rejected patches too...

There are multiple opinions about whether adding stuff not needed yet,
or adding stuff only once they are needed. Anyway, as a maintainer, the
decision is yours!

Cheers,

Michael.

-- 
Michael Opdenacker, CEO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
+33 484 258 098

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

end of thread, other threads:[~2014-09-30  5:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-27  6:25 [PATCH] s390: remove unused Kconfig params Michael Opdenacker
2014-09-27  7:57 ` Heiko Carstens
2014-09-30  5:28   ` Michael Opdenacker

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