Commit 8360ee2f74bda2b794bdf4e23ab19d8b4e93807f

Authored by Borislav Petkov
Committed by Ingo Molnar
1 parent 35d4769962

x86, AMD: Correct align_va_addr documentation

Commit dfb09f9b7ab0 ("x86, amd: Avoid cache aliasing penalties
on AMD family 15h") introduced a kernel command line parameter
called 'align_va_addr' which still refers to arguments used in
an earlier version of the patch and which got changed without
updating the documentation. Correct that omission.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Cc: Frank Arnold <frank.arnold@amd.com>
Link: http://lkml.kernel.org/r/1321873819-29541-1-git-send-email-bp@amd64.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

Documentation/kernel-parameters.txt
... ... @@ -315,8 +315,8 @@
315 315 CPU-intensive style benchmark, and it can vary highly in
316 316 a microbenchmark depending on workload and compiler.
317 317  
318   - 1: only for 32-bit processes
319   - 2: only for 64-bit processes
  318 + 32: only for 32-bit processes
  319 + 64: only for 64-bit processes
320 320 on: enable for both 32- and 64-bit processes
321 321 off: disable for both 32- and 64-bit processes
322 322