On Thu, 10 Sep 2020 20:19:46 +0800 Tian Tao <tiantao6@xxxxxxxxxxxxx> wrote: > arm64 also supports disable hugeiomap,updated documentation. > > Signed-off-by: Tian Tao <tiantao6@xxxxxxxxxxxxx> > --- > Documentation/admin-guide/kernel-parameters.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt > index 5debfe2..86a5e37 100644 > --- a/Documentation/admin-guide/kernel-parameters.txt > +++ b/Documentation/admin-guide/kernel-parameters.txt > @@ -3206,7 +3206,7 @@ > register save and restore. The kernel will only save > legacy floating-point registers on task switch. > > - nohugeiomap [KNL,X86,PPC] Disable kernel huge I/O mappings. > + nohugeiomap [KNL,X86,PPC,ARM64] Disable kernel huge I/O mappings. > Applied, thanks. jon