aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2007-09-27 11:50:13 -0400
committerJeff Garzik <jeff@garzik.org>2007-10-12 14:55:42 -0400
commit78e70c237ffbf219680fb967624e1423e5c1f25a (patch)
tree2cbd749af818bcc328cd7011995b84e8f70975a6 /Documentation/kernel-parameters.txt
parent06b74dd28fa607249c5e41e5f1f6dd1885fe0a0d (diff)
libata: correct kernel parameter in documentation.
'noacpi' isn't a standalone parameter, give it its prefix. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index a57c1f216b21..4881080b3388 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -864,6 +864,10 @@ and is between 256 and 4096 characters. It is defined in the file
864 lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip 864 lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip
865 Format: addr:<io>,irq:<irq> 865 Format: addr:<io>,irq:<irq>
866 866
867 libata.noacpi [LIBATA] Disables use of ACPI in libata suspend/resume
868 when set.
869 Format: <int>
870
867 load_ramdisk= [RAM] List of ramdisks to load from floppy 871 load_ramdisk= [RAM] List of ramdisks to load from floppy
868 See Documentation/ramdisk.txt. 872 See Documentation/ramdisk.txt.
869 873
@@ -1080,10 +1084,6 @@ and is between 256 and 4096 characters. It is defined in the file
1080 emulation library even if a 387 maths coprocessor 1084 emulation library even if a 387 maths coprocessor
1081 is present. 1085 is present.
1082 1086
1083 noacpi [LIBATA] Disables use of ACPI in libata suspend/resume
1084 when set.
1085 Format: <int>
1086
1087 noaliencache [MM, NUMA, SLAB] Disables the allocation of alien 1087 noaliencache [MM, NUMA, SLAB] Disables the allocation of alien
1088 caches in the slab allocator. Saves per-node memory, 1088 caches in the slab allocator. Saves per-node memory,
1089 but will impact performance. 1089 but will impact performance.