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

docs: timers: drop documentation about LB_BIAS

The LB_BIAS feature was removed in commit 1c1b8a7b03ef ("sched/fair:
Replace source_load() & target_load() with weighted_cpuload()"), so drop
the mention that it is disabled in the no_hz case.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Link: https://lore.kernel.org/r/1595088518-28116-1-git-send-email-Julia.Lawall@inria.fr
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Julia Lawall and committed by
Jonathan Corbet
61ebd0d0 b7f41995

-2
-2
Documentation/timers/no_hz.rst
··· 171 171 slightly differently than those for non-adaptive-tick CPUs. 172 172 This might in turn perturb load-balancing of real-time tasks. 173 173 174 - 6. The LB_BIAS scheduler feature is disabled by adaptive ticks. 175 - 176 174 Although improvements are expected over time, adaptive ticks is quite 177 175 useful for many types of real-time and compute-intensive applications. 178 176 However, the drawbacks listed above mean that adaptive ticks should not