| Kernel v2.6.9-rc1-bk19 /Documentation/kernel-parameters.txt |
|---|
 2.6.9-rc1-bk19
 Documentation
 kernel-parameters.txt
diff -Nru a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
--- a/Documentation/kernel-parameters.txt 2004-08-23 01:15:00 -07:00
+++ b/Documentation/kernel-parameters.txt 2004-08-26 23:30:30 -07:00
@@ -579,6 +579,20 @@
so, the driver will manage that printer.
See also header of drivers/char/lp.c.
+ lpj=n [KNL]
+ Sets loops_per_jiffy to given constant, thus avoiding
+ time-consuming boot-time autodetection (up to 250 ms per
+ CPU). 0 enables autodetection (default). To determine
+ the correct value for your kernel, boot with normal
+ autodetection and see what value is printed. Note that
+ on SMP systems the preset will be applied to all CPUs,
+ which is likely to cause problems if your CPUs need
+ significantly divergent settings. An incorrect value
+ will cause delays in the kernel to be wrong, leading to
+ unpredictable I/O errors and other breakage. Although
+ unlikely, in the extreme case this might damage your
+ hardware.
+
ltpc= [NET]
Format: <io>,<irq>,<dma>
@@ -752,6 +766,8 @@
nomce [IA-32] Machine Check Exception
+ noresidual [PPC] Don't use residual data on PReP machines.
+
noresume [SWSUSP] Disables resume and restore original swap space.
no-scroll [VGA] Disables scrollback.
@@ -898,7 +914,10 @@
Ranges are in pairs (memory base and size).
profile= [KNL] Enable kernel profiling via /proc/profile
- (param: profile step/bucket size as a power of 2)
+ { schedule | <number> }
+ (param: schedule - profile schedule points}
+ (param: profile step/bucket size as a power of 2 for
+ statistical time based profiling)
prompt_ramdisk= [RAM] List of RAM disks to prompt for floppy disk
before loading.
|