diff options
author | Anton Blanchard | 2019-06-04 15:42:57 +1000 |
---|---|---|
committer | Michael Ellerman | 2019-07-04 17:09:03 +1000 |
commit | 7505a13f85bdcb8713551a067dfc92ac3c7ba902 (patch) | |
tree | 605ee37f5419f47187c393a7e37b0db47200f2f8 /arch/powerpc/configs/maple_defconfig | |
parent | 4f44e8aeaf1937d9148dfcc4c028cd8aff27902e (diff) |
powerpc/configs: Disable latencytop
latencytop adds almost 4kB to each and every task struct and as such
it doesn't deserve to be in our defconfigs.
Signed-off-by: Anton Blanchard <anton@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/maple_defconfig')
-rw-r--r-- | arch/powerpc/configs/maple_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/maple_defconfig b/arch/powerpc/configs/maple_defconfig index 7fab0a540452..2975e64629aa 100644 --- a/arch/powerpc/configs/maple_defconfig +++ b/arch/powerpc/configs/maple_defconfig @@ -103,7 +103,6 @@ CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_STACK_USAGE=y CONFIG_DEBUG_STACKOVERFLOW=y -CONFIG_LATENCYTOP=y CONFIG_XMON=y CONFIG_XMON_DEFAULT=y CONFIG_BOOTX_TEXT=y |