mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
6a631c0432
The initial implementation of migrate_disable() for mainline was a
wrapper around preempt_disable(). RT kernels substituted this with
a real migrate disable implementation.
Later on mainline gained true migrate disable support, but the
documentation was not updated.
Update the documentation, remove the claims about migrate_disable()
mapping to preempt_disable() on non-PREEMPT_RT kernels.
Fixes:
|
||
---|---|---|
.. | ||
futex-requeue-pi.rst | ||
hwspinlock.rst | ||
index.rst | ||
lockdep-design.rst | ||
lockstat.rst | ||
locktorture.rst | ||
locktypes.rst | ||
mutex-design.rst | ||
percpu-rw-semaphore.rst | ||
pi-futex.rst | ||
preempt-locking.rst | ||
robust-futex-ABI.rst | ||
robust-futexes.rst | ||
rt-mutex-design.rst | ||
rt-mutex.rst | ||
seqlock.rst | ||
spinlocks.rst | ||
ww-mutex-design.rst |