doc: Add mid-boot operation to expedited grace periods
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 16 Jan 2017 00:12:09 +0000 (16:12 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 12 Apr 2017 15:23:40 +0000 (08:23 -0700)
commitb4553f0cfea5ab5a02967e482bcafe7db6407afd
treee51eeb51ce73d068e9c5386e0f296ff8554ce97c
parentf1387d770527b11c5467ed6b6b3d9c3e5aa12dd4
doc: Add mid-boot operation to expedited grace periods

This commit adds a description of how expedited grace periods operate
during the mid-boot "dead zone", which starts when the scheduler spawns
the first kthread and ends when all of RCU's kthreads have been spawned.
In short, before mid-boot, synchronous grace periods can be a no-op.
After the end of mid-boot, workqueues may be used.  During mid-boot,
the requesting task drivees the expedited grace period.

For more detail, see https://lwn.net/Articles/716148/.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html