]> git.baikalelectronics.ru Git - kernel.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)
commitcd0012342ba0aac264a1243fb8e94e1e70661c7f
treeacc3da3227b6b638172160bd5dd746e73b2f375a
parent9625950919f67fd72461ec56d9574eb7b6645abe
powerpc/configs: Remove unnecessary ftrace symbols

In commit b78fa8acca38 ("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 51a8c0415475 ("powerpc/config: powernv_defconfig updates").

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