From: Matt Porter <mporter@kernel.crashing.org>

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: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/Documentation/kernel-parameters.txt |    6 ++++++
 1 files changed, 6 insertions(+)

diff -puN Documentation/kernel-parameters.txt~ppc32-add-docs-for-ppc-noltlbs-and-nobats-parameters Documentation/kernel-parameters.txt
--- 25/Documentation/kernel-parameters.txt~ppc32-add-docs-for-ppc-noltlbs-and-nobats-parameters	2004-08-16 11:49:43.768267792 -0700
+++ 25-akpm/Documentation/kernel-parameters.txt	2004-08-16 11:49:43.772267184 -0700
@@ -732,6 +732,9 @@ running once the system is up.
 	noasync		[HW,M68K] Disables async and sync negotiation for
 			all devices.
 
+	nobats		[PPC] Do not use BATs for mapping kernel lowmem
+			on "Classic" PPC cores.
+
 	nocache		[ARM]
  
 	nodisconnect	[HW,SCSI,M68K] Disables SCSI disconnects.
@@ -764,6 +767,9 @@ running once the system is up.
 
 	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
 
 	noresume	[SWSUSP] Disables resume and restore original swap space.
_