From: SeongJae Park <[email protected]> Virtual Machine Guests subsection has added with commit 6a65d26385bf487926a0616650927303058551e3 ("asm-generic: implement virt_xxx memory barriers") in memory-barriers.txt but it forgot to add the subsection in 'table of contents'. This commit adds the subsection in the 'table of contents'.
Signed-off-by: SeongJae Park <[email protected]> Acked-by: David Howells <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> --- Documentation/memory-barriers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt index 38b1ce161afb..718ef2564fa0 100644 --- a/Documentation/memory-barriers.txt +++ b/Documentation/memory-barriers.txt @@ -61,6 +61,7 @@ Contents: (*) The things CPUs get up to. - And then there's the Alpha. + - Virtual Machine Guests. (*) Example uses. -- 2.5.2

