diff options
author | Fabian Mewes <[email protected]> | 2019-07-29 07:08:34 +0200 |
---|---|---|
committer | Paul Burton <[email protected]> | 2019-07-30 09:43:52 -0700 |
commit | f066fa60640130eed62f628e382ad28f92d442a5 (patch) | |
tree | c82b6105ee576fb7287fadf2b718bd4a1ceba623 | |
parent | 7ea502e1d885966cb5912b4488255d8c12645042 (diff) |
MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORT
HAVE_LATENCYTOP_SUPPORT was removed all together in commit da48d094ce5d7
("Kconfig: remove HAVE_LATENCYTOP_SUPPORT"). This commit removes a
leftover in the MIPS Kconfig.
Signed-off-by: Fabian Mewes <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Sergei Shtylyov <[email protected]>
Cc: [email protected]
Cc: [email protected]
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 99078c1b5273..31c7044e34e6 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -3037,10 +3037,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 |