[PATCH] DOC: add min_addr, fix max_addr

From: Randy Dunlap
Date: Tue Nov 11 2008 - 18:49:53 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Add "min_addr" documentation.
For "max_addr", add nn before [KMG] since a number is needed and this
is consistent with other uses of [KMG].

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
Documentation/kernel-parameters.txt | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

--- lin2628-rc4.orig/Documentation/kernel-parameters.txt
+++ lin2628-rc4/Documentation/kernel-parameters.txt
@@ -1210,8 +1210,8 @@ and is between 256 and 4096 characters.
it is equivalent to "nosmp", which also disables
the IO APIC.

- max_addr=[KMG] [KNL,BOOT,ia64] All physical memory greater than or
- equal to this physical address is ignored.
+ max_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory greater than
+ or equal to this physical address is ignored.

max_luns= [SCSI] Maximum number of LUNs to probe.
Should be between 1 and 2^32-1.
@@ -1311,6 +1311,9 @@ and is between 256 and 4096 characters.

mga= [HW,DRM]

+ min_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory below this
+ physical address is ignored.
+
mminit_loglevel=
[KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this
parameter allows control of the logging verbosity for

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/