]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
docs: rust: document ppc64le RUST_OPT_LEVEL_0/1 restrictions
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Apr 2021 13:46:24 +0000 (23:46 +1000)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 27 Apr 2021 03:06:13 +0000 (05:06 +0200)
Mention that RUST_OPT_LEVEL_0/1 require increasing the kernel stack
size.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
[normalized title]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Documentation/rust/arch-support.rst

index ce6025ad558b6568fb36e16913ce45b1b5073aa9..e93a8ceb3f82d937226f69c3e73426bca3488619 100644 (file)
@@ -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