2019-07-15 16:19:33

by Fabian Mewes

[permalink] [raw]
Subject: [PATCH] MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORT

HAVE_LATENCYTOP_SUPPORT was removed all together in da48d094ce5d7.
This commit removes a leftover in the MIPS Kconfig.

Signed-off-by: Fabian Mewes <[email protected]>
---
arch/mips/Kconfig | 4 ----
1 file changed, 4 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index d50fafd..4958734 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -3069,10 +3069,6 @@ config STACKTRACE_SUPPORT
bool
default y

-config HAVE_LATENCYTOP_SUPPORT
- bool
- default y
-
config PGTABLE_LEVELS
int
default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
--
2.11.0


2019-07-16 08:53:40

by Sergei Shtylyov

[permalink] [raw]
Subject: Re: [PATCH] MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORT

Hello!

On 15.07.2019 19:08, Fabian Mewes wrote:

> HAVE_LATENCYTOP_SUPPORT was removed all together in da48d094ce5d7.

You need to also specify that commit's summary enclosed in ("").

> This commit removes a leftover in the MIPS Kconfig.
>
> Signed-off-by: Fabian Mewes <[email protected]>

MBR, Sergei

2019-07-29 05:40:46

by Fabian Mewes

[permalink] [raw]
Subject: [PATCH v2] MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORT

HAVE_LATENCYTOP_SUPPORT was removed all together in da48d094ce5d7
("Kconfig: remove HAVE_LATENCYTOP_SUPPORT"). This commit removes
a leftover in the MIPS Kconfig.

Signed-off-by: Fabian Mewes <[email protected]>
---
v1..v2: specify commit's summary enclosed in ("")

arch/mips/Kconfig | 4 ----
1 file changed, 4 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index d50fafd..4958734 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -3069,10 +3069,6 @@ config STACKTRACE_SUPPORT
bool
default y

-config HAVE_LATENCYTOP_SUPPORT
- bool
- default y
-
config PGTABLE_LEVELS
int
default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
--
2.11.0

2019-07-30 18:07:31

by Paul Burton

[permalink] [raw]
Subject: Re: [PATCH v2] MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORT

Hello,

Fabian Mewes wrote:
> HAVE_LATENCYTOP_SUPPORT was removed all together in da48d094ce5d7
> ("Kconfig: remove HAVE_LATENCYTOP_SUPPORT"). This commit removes
> a leftover in the MIPS Kconfig.
>
> Signed-off-by: Fabian Mewes <[email protected]>

Applied to mips-next.

Thanks,
Paul

[ This message was auto-generated; if you believe anything is incorrect
then please email [email protected] to report it. ]