diff options
author | Changbin Du <changbin.du@gmail.com> | 2019-05-08 17:21:15 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-08 22:34:09 +0200 |
commit | e5def4c6039e9b7bb158c6ec6d8fedda9265b7ef (patch) | |
tree | 1e0386725758b7df126bd11f3f34ad802bc78a97 /Documentation/x86 | |
parent | Documentation/trace: Add clarification how histogram onmatch works (diff) | |
download | linux-e5def4c6039e9b7bb158c6ec6d8fedda9265b7ef.tar.xz linux-e5def4c6039e9b7bb158c6ec6d8fedda9265b7ef.zip |
Documentation: add Linux x86 docs to Sphinx TOC tree
Add a index.rst for x86 support. More docs will be added later.
Signed-off-by: Changbin Du <changbin.du@gmail.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/x86')
-rw-r--r-- | Documentation/x86/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/x86/index.rst b/Documentation/x86/index.rst new file mode 100644 index 000000000000..9f34545a9c52 --- /dev/null +++ b/Documentation/x86/index.rst @@ -0,0 +1,9 @@ +.. SPDX-License-Identifier: GPL-2.0 + +========================== +x86-specific Documentation +========================== + +.. toctree:: + :maxdepth: 2 + :numbered: |