Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Remove reference to removed CBE_CPUFREQ_SPU_GOVERNOR

Remove a reference to CBE_CPUFREQ_SPU_GOVERNOR which has been removed.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20241218105523.416573-20-mpe@ellerman.id.au

authored by

Michael Ellerman and committed by
Madhavan Srinivasan
215bd64a b78e0bff

+1 -6
+1 -6
Documentation/admin-guide/kernel-per-CPU-kthreads.rst
··· 278 278 due to the rtas_event_scan() function. 279 279 WARNING: Please check your CPU specifications to 280 280 make sure that this is safe on your particular system. 281 - e. If running on Cell Processor, build your kernel with 282 - CBE_CPUFREQ_SPU_GOVERNOR=n to avoid OS jitter from 283 - spu_gov_work(). 284 - WARNING: Please check your CPU specifications to 285 - make sure that this is safe on your particular system. 286 - f. If running on PowerMAC, build your kernel with 281 + e. If running on PowerMAC, build your kernel with 287 282 CONFIG_PMAC_RACKMETER=n to disable the CPU-meter, 288 283 avoiding OS jitter from rackmeter_do_timer(). 289 284