From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934690AbcCJAtX (ORCPT ); Wed, 9 Mar 2016 19:49:23 -0500 Received: from mail-pa0-f65.google.com ([209.85.220.65]:35400 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934567AbcCJAsz (ORCPT ); Wed, 9 Mar 2016 19:48:55 -0500 From: SeongJae Park To: paulmck@linux.vnet.ibm.com Cc: dhowells@redhat.com, corbet@lwn.net, minchan@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, SeongJae Park Subject: [PATCH 2/5] doc/memory-barriers: add missed subsection in TOC Date: Thu, 10 Mar 2016 09:48:56 +0900 Message-Id: <1457570939-7740-3-git-send-email-sj38.park@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1457570939-7740-1-git-send-email-sj38.park@gmail.com> References: <1457570939-7740-1-git-send-email-sj38.park@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- Documentation/memory-barriers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt index 6b453f9..0560a49 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. -- 1.9.1