From 0fec5d7778daa65fbc711336ce97c2f2cf59ed4a Mon Sep 17 00:00:00 2001 From: Vincenzo Frascino Date: Thu, 22 Aug 2019 15:17:43 +0100 Subject: [PATCH] BACKPORT: arm64: Add tagged-address-abi.rst to index.rst Documentation/arm64/tagged-address-abi.rst introduces the relaxation of the syscall ABI that allows userspace to pass certain tagged pointers to kernel syscalls. Add the document to index.rst for a correct generation of the table of content. Cc: Will Deacon Cc: Catalin Marinas Signed-off-by: Vincenzo Frascino Signed-off-by: Will Deacon (cherry picked from commit 1243cb6a676ffcfa72dd25859edddf66cde0b638) Signed-off-by: Mark Salyzyn Bug: 154668398 Change-Id: Icc2f0c23da38fa30d667be361792e8cb996ac313 --- Documentation/arm64/index.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/arm64/index.rst diff --git a/Documentation/arm64/index.rst b/Documentation/arm64/index.rst new file mode 100644 index 000000000000..5c0c69dc58aa --- /dev/null +++ b/Documentation/arm64/index.rst @@ -0,0 +1,27 @@ +================== +ARM64 Architecture +================== + +.. toctree:: + :maxdepth: 1 + + acpi_object_usage + arm-acpi + booting + cpu-feature-registers + elf_hwcaps + hugetlbpage + legacy_instructions + memory + pointer-authentication + silicon-errata + sve + tagged-address-abi + tagged-pointers + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex`