docs/arm64: elf_hwcaps: sort the HWCAP{, 2} documentation by ascending value
authorJulien Grall <julien.grall@arm.com>
Thu, 3 Oct 2019 11:12:09 +0000 (12:12 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 14 Oct 2019 09:54:08 +0000 (10:54 +0100)
commit3a25e46c99e9c8b294b89df7a13a4638bf722af8
tree928798ef7f2fcf3ea48900e1c5d2931fb5676ed3
parent4f5cafb5cb8471e54afdc9054d973535614f7675
docs/arm64: elf_hwcaps: sort the HWCAP{, 2} documentation by ascending value

Part of the hardware capabilities documented in elf_hwcap.rst are
ordered following the definition in the header
arch/arm64/include/uapi/asm/hwcap.h but others seems to be documented
in random order.

To make easier to match against the definition in the header, they are
now sorted in the same order as they are defined in header. I.e.,
HWCAP first by ascending value, and then HWCAP2 in the similar fashion.

Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Julien Grall <julien.grall@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Documentation/arm64/elf_hwcaps.rst