File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
1515============ ================ ==============================================
1616Architecture Level of support Constraints
1717============ ================ ==============================================
18- ``arm64 `` Maintained None .
18+ ``arm64 `` Maintained Little Endian only .
1919``um `` Maintained ``x86_64 `` only.
2020``x86 `` Maintained ``x86_64 `` only.
2121============ ================ ==============================================
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ config ARM64
225225 select HAVE_FUNCTION_ARG_ACCESS_API
226226 select MMU_GATHER_RCU_TABLE_FREE
227227 select HAVE_RSEQ
228- select HAVE_RUST
228+ select HAVE_RUST if CPU_LITTLE_ENDIAN
229229 select HAVE_STACKPROTECTOR
230230 select HAVE_SYSCALL_TRACEPOINTS
231231 select HAVE_KPROBES
You can’t perform that action at this time.
0 commit comments