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: fix typo in housekeeping

Signed-off-by: Ryan Cheevers <cheeversr0@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260309060015.2349939-1-cheeversr0@gmail.com>

authored by

Ryan Cheevers and committed by
Jonathan Corbet
1722b500 d20e945e

+1 -1
+1 -1
Documentation/core-api/housekeeping.rst
··· 15 15 Sometimes housekeeping is just some unbound work (unbound workqueues, 16 16 unbound timers, ...) that gets easily assigned to non-isolated CPUs. 17 17 But sometimes housekeeping is tied to a specific CPU and requires 18 - elaborated tricks to be offloaded to non-isolated CPUs (RCU_NOCB, remote 18 + elaborate tricks to be offloaded to non-isolated CPUs (RCU_NOCB, remote 19 19 scheduler tick, etc...). 20 20 21 21 Thus, a housekeeping CPU can be considered as the reverse of an isolated