Skip to content

Commit 61852d2

Browse files
committed
rust: Document ppc64le RUST_OPT_LEVEL_0/1 restrictions
Mention that RUST_OPT_LEVEL_0/1 require increasing the kernel stack size. Signed-off-by: Michael Ellerman <[email protected]>
1 parent 452f1e8 commit 61852d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/rust/arch-support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
2323
- None
2424
* - ``powerpc``
2525
- Maintained
26-
- ``ppc64le`` only, ``RUST_OPT_LEVEL >= 2``
26+
- ``ppc64le`` only, ``RUST_OPT_LEVEL < 2`` requires ``CONFIG_THREAD_SHIFT=15``
2727
* - ``x86``
2828
- Maintained
2929
- ``x86_64`` only

0 commit comments

Comments
 (0)