Skip to content

Commit

Permalink
powerpc/ftrace: Fix confusing help text for DISABLE_MPROFILE_KERNEL
Browse files Browse the repository at this point in the history
The final paragraph of the help text is reversed. We want to enable
this option by default, and disable it if the toolchain has a working
-mprofile-kernel.

Fixes: 8c50b72 ("powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernel")
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
  • Loading branch information
Anton Blanchard authored and Michael Ellerman committed Feb 10, 2017
1 parent a7e0fb6 commit 496e9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ config DISABLE_MPROFILE_KERNEL
be disabled also.

If you have a toolchain which supports mprofile-kernel, then you can
enable this. Otherwise leave it disabled. If you're not sure, say
"N".
disable this. Otherwise leave it enabled. If you're not sure, say
"Y".

config MPROFILE_KERNEL
depends on PPC64 && CPU_LITTLE_ENDIAN
Expand Down

0 comments on commit 496e9cb

Please sign in to comment.