]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/configs: Remove unnecessary ftrace symbols
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Nov 2018 08:33:00 +0000 (19:33 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Nov 2018 11:33:37 +0000 (22:33 +1100)
commitb1cfa0391a0bcb91e7e3f49fb4490f9d48cc4913
treeacc3da3227b6b638172160bd5dd746e73b2f375a
parentc3d6a64bd1e82ea486bff46b17d5403c2d2602d6
powerpc/configs: Remove unnecessary ftrace symbols

In commit 539df7fcb303 ("powerpc/configs: Enable function trace by
default") we added:

  CONFIG_FTRACE=y
  CONFIG_FUNCTION_TRACER=y
  CONFIG_FUNCTION_GRAPH_TRACER=y

To ppc64_defconfig, powernv_defconfig and pseries_defconfig.

But only CONFIG_FUNCTION_TRACER=y is required, CONFIG_FTRACE is
default y if DEBUG_KERNEL is enabled, which we have. And then
CONFIG_FUNCTION_GRAPH_TRACER is default y when CONFIG_FUNCTION_TRACER
is enabled.

The extra symbols were already removed from powernv_defconfig in
commit 9a018fb1e147 ("powerpc/config: powernv_defconfig updates").

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/configs/ppc64_defconfig
arch/powerpc/configs/pseries_defconfig