Skip to content

Commit f458b21

Browse files
bulwahnwilldeacon
authored andcommitted
arm64: Kconfig: Remove selecting replaced HAVE_FUNCTION_GRAPH_RETVAL
Commit a3ed415 ("fgraph: Replace fgraph_ret_regs with ftrace_regs") replaces the config HAVE_FUNCTION_GRAPH_RETVAL with the config HAVE_FUNCTION_GRAPH_FREGS, and it replaces all the select commands in the various architecture Kconfig files. In the arm64 architecture, the commit adds the 'select HAVE_FUNCTION_GRAPH_FREGS', but misses to remove the 'select HAVE_FUNCTION_GRAPH_RETVAL', i.e., the select on the replaced config. Remove selecting the replaced config. No functional change, just cleanup. Fixes: a3ed415 ("fgraph: Replace fgraph_ret_regs with ftrace_regs") Signed-off-by: Lukas Bulwahn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 3648027 commit f458b21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ config ARM64
225225
select HAVE_FUNCTION_ERROR_INJECTION
226226
select HAVE_FUNCTION_GRAPH_FREGS
227227
select HAVE_FUNCTION_GRAPH_TRACER
228-
select HAVE_FUNCTION_GRAPH_RETVAL
229228
select HAVE_GCC_PLUGINS
230229
select HAVE_HARDLOCKUP_DETECTOR_PERF if PERF_EVENTS && \
231230
HW_PERF_EVENTS && HAVE_PERF_EVENTS_NMI

0 commit comments

Comments
 (0)