Commit e5e86572 authored by Thomas Bamelis's avatar Thomas Bamelis Committed by Miguel Ojeda
Browse files

rust: sort uml documentation arch support table

The arch_support table was not sorted alphabetically.
Sorts the table properly.

Fixes: 0438aadf ("rust: arch/um: Add support for CONFIG_RUST under x86_64 UML")
Link: https://lore.kernel.org/rust-for-linux/CANiq72nXMsnUsJNZOG-QZiCVOqa9dRUSMc4RAS3ExLZNJ7VhHg@mail.gmail.com


Reported-by: default avatarMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Signed-off-by: default avatarThomas Bamelis <thomas@bamelis.dev>
Reviewed-by: default avatarDavid Gow <davidgow@google.com>
Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 88e8c2ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
============  ================  ==============================================
Architecture  Level of support  Constraints
============  ================  ==============================================
``x86``       Maintained        ``x86_64`` only.
``um``        Maintained        ``x86_64`` only.
``x86``       Maintained        ``x86_64`` only.
============  ================  ==============================================