diff options
author | Barry Song <song.bao.hua@hisilicon.com> | 2020-11-28 20:51:21 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-11-30 18:35:32 +0100 |
commit | 4c8e3de4b30811ec971fb8b7e168529151e81457 (patch) | |
tree | d96653132f71a5893a2ee78289f5fa64028af1ba /Documentation/admin-guide/kernel-parameters.rst | |
parent | Documentation: fix typos in dev-tools/kasan.rst (diff) | |
download | linux-4c8e3de4b30811ec971fb8b7e168529151e81457.tar.xz linux-4c8e3de4b30811ec971fb8b7e168529151e81457.zip |
Documentation/admin-guide: mark memmap parameter is supported by a few architectures
early_param memmap is only implemented on X86, MIPS and XTENSA. To avoid
wasting users’ time on trying this on platform like ARM, mark it clearly.
Signed-off-by: Barry Song <song.bao.hua@hisilicon.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Link: https://lore.kernel.org/r/20201128195121.2556-1-song.bao.hua@hisilicon.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.rst')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst index 6d421694d98e..06fb1b4aa849 100644 --- a/Documentation/admin-guide/kernel-parameters.rst +++ b/Documentation/admin-guide/kernel-parameters.rst @@ -172,6 +172,7 @@ parameter is applicable:: X86 Either 32-bit or 64-bit x86 (same as X86-32+X86-64) X86_UV SGI UV support is enabled. XEN Xen support is enabled + XTENSA xtensa architecture is enabled. In addition, the following text indicates that the option:: |