appendix/whymb: Make Transition (h) do strict MESI

The text claimed that CPUs could share a cacheline that was dirty.
This is commonly true in real computer systems, but not for the textbook
strict-MESI protocol.  So this commit pulls Transition (h) back to
strict MESI.

Reported-by: Hao Lee <haolee.swjtu@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 file changed