Commit 934b8f1a authored by Matt Porter's avatar Matt Porter Committed by Linus Torvalds

[PATCH] ppc32: add docs for noltlbs and nobats parameters

Adds documentation of the PPC noltlbs and nobats kernel cmdline parameters.
noltlbs is a new option and nobats never had an entry.
Signed-off-by: default avatarMatt Porter <mporter@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 79e2e096
...@@ -707,6 +707,9 @@ running once the system is up. ...@@ -707,6 +707,9 @@ running once the system is up.
noasync [HW,M68K] Disables async and sync negotiation for noasync [HW,M68K] Disables async and sync negotiation for
all devices. all devices.
nobats [PPC] Do not use BATs for mapping kernel lowmem
on "Classic" PPC cores.
nocache [ARM] nocache [ARM]
nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects. nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects.
...@@ -739,6 +742,9 @@ running once the system is up. ...@@ -739,6 +742,9 @@ running once the system is up.
nolapic [IA-32,APIC] Do not enable or use the local APIC. nolapic [IA-32,APIC] Do not enable or use the local APIC.
noltlbs [PPC] Do not use large page/tlb entries for kernel
lowmem mapping on PPC40x.
nomce [IA-32] Machine Check Exception nomce [IA-32] Machine Check Exception
noresume [SWSUSP] Disables resume and restore original swap space. noresume [SWSUSP] Disables resume and restore original swap space.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment