Skip to content

Commit 9160b68

Browse files
committed
Merge tag 'parisc-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc architecture update from Helge Deller: - Fix function graph tracing disablement on parisc * tag 'parisc-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: parisc/ftrace: Fix function graph tracing disablement
2 parents 7ebe7af + a5f05a1 commit 9160b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/kernel/ftrace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ int ftrace_enable_ftrace_graph_caller(void)
8787

8888
int ftrace_disable_ftrace_graph_caller(void)
8989
{
90-
static_key_enable(&ftrace_graph_enable.key);
90+
static_key_disable(&ftrace_graph_enable.key);
9191
return 0;
9292
}
9393
#endif

0 commit comments

Comments
 (0)