From: Michael Ellerman Date: Tue, 13 Apr 2021 13:46:24 +0000 (+1000) Subject: docs: rust: document ppc64le RUST_OPT_LEVEL_0/1 restrictions X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b2e28a39c061d8212f7c5efb365f43c1e5b20e0f;p=users%2Fjedix%2Flinux-maple.git docs: 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 [normalized title] Signed-off-by: Miguel Ojeda --- diff --git a/Documentation/rust/arch-support.rst b/Documentation/rust/arch-support.rst index ce6025ad558b..e93a8ceb3f82 100644 --- a/Documentation/rust/arch-support.rst +++ b/Documentation/rust/arch-support.rst @@ -26,7 +26,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file. - None * - ``powerpc`` - Maintained - - ``ppc64le`` only, ``RUST_OPT_LEVEL >= 2`` + - ``ppc64le`` only, ``RUST_OPT_LEVEL < 2`` requires ``CONFIG_THREAD_SHIFT=15`` * - ``x86`` - Maintained - ``x86_64`` only