[PATCH] kernel-parameters: IA-32/X86-64 cleanups
From: Randy.Dunlap
Date: Wed Mar 16 2005 - 16:33:36 EST
Convert "kernel-parameters.txt" to use IA-32 in place of x86
and X86-64 in place of x86_64, to be in line with other
architecture documentation conventions.
Add reference to Documentation/x86_64/boot-options.txt .
Signed-off-by: Randy Dunlap <rddunlap@xxxxxxxx>
diffstat:=
Documentation/kernel-parameters.txt | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff -Naurp ./Documentation/kernel-parameters.txt~kernprms_x86_64 ./Documentation/kernel-parameters.txt
--- ./Documentation/kernel-parameters.txt~kernprms_x86_64 2005-03-15 21:21:20.000000000 -0800
+++ ./Documentation/kernel-parameters.txt 2005-03-15 21:37:43.000000000 -0800
@@ -78,6 +78,9 @@ restrictions referred to are that the re
VT Virtual terminal support is enabled.
WDT Watchdog support is enabled.
XT IBM PC/XT MFM hard disk support is enabled.
+ X86-64 X86-64 architecture is enabled.
+ More X86-64 boot options can be found in
+ Documentation/x86_64/boot-options.txt .
In addition, the following text indicates that the option:
@@ -396,7 +396,7 @@ running once the system is up.
dtc3181e= [HW,SCSI]
- earlyprintk= [x86, x86_64]
+ earlyprintk= [IA-32, X86-64]
earlyprintk=vga
earlyprintk=serial[,ttySn[,baudrate]]
@@ -831,7 +831,7 @@ running once the system is up.
noexec [IA-64]
- noexec [i386, x86_64]
+ noexec [IA-32, X86-64]
noexec=on: enable non-executable mappings (default)
noexec=off: disable nn-executable mappings
---
-
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/