diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2022-07-07 16:37:18 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-07-27 21:36:05 +1000 |
commit | 62ccae78820b25a0ac64bb0f648388ec834fcb3c (patch) | |
tree | 5c5abafe7ba231f6d556a400bd4393073df52c0c /arch/powerpc/platforms/ps3 | |
parent | ec3eb9d941a98f4c0dac263110729680a734279b (diff) | |
download | linux-62ccae78820b25a0ac64bb0f648388ec834fcb3c.tar.gz linux-62ccae78820b25a0ac64bb0f648388ec834fcb3c.tar.bz2 linux-62ccae78820b25a0ac64bb0f648388ec834fcb3c.zip |
powerpc: Remove remaining parts of oprofile
Commit 9850b6c69356 ("arch: powerpc: Remove oprofile") removed
oprofile.
Remove all remaining parts of it.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/298432fe1a14c0a415760011d72c3f0999efd5e2.1657204631.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/platforms/ps3')
-rw-r--r-- | arch/powerpc/platforms/ps3/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig index 610682caabc4..a44869e5ea70 100644 --- a/arch/powerpc/platforms/ps3/Kconfig +++ b/arch/powerpc/platforms/ps3/Kconfig @@ -165,7 +165,7 @@ config PS3_LPM If you intend to use the advanced performance monitoring and profiling support of the Cell processor with programs like - oprofile and perfmon2, then say Y or M, otherwise say N. + perfmon2, then say Y or M, otherwise say N. config PS3GELIC_UDBG bool "PS3 udbg output via UDP broadcasts on Ethernet" |