File tree 2 files changed +2
-2
lines changed
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.
15
15
============ ================ ==============================================
16
16
Architecture Level of support Constraints
17
17
============ ================ ==============================================
18
- ``arm64 `` Maintained None .
18
+ ``arm64 `` Maintained Little Endian only .
19
19
``um `` Maintained ``x86_64 `` only.
20
20
``x86 `` Maintained ``x86_64 `` only.
21
21
============ ================ ==============================================
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ config ARM64
227
227
select HAVE_FUNCTION_ARG_ACCESS_API
228
228
select MMU_GATHER_RCU_TABLE_FREE
229
229
select HAVE_RSEQ
230
- select HAVE_RUST
230
+ select HAVE_RUST if CPU_LITTLE_ENDIAN
231
231
select HAVE_STACKPROTECTOR
232
232
select HAVE_SYSCALL_TRACEPOINTS
233
233
select HAVE_KPROBES
You can’t perform that action at this time.
0 commit comments