| Kernel v2.6.9-rc3-bk5 /Documentation/kernel-parameters.txt |
|---|
 2.6.9-rc3-bk5
 Documentation
 kernel-parameters.txt
diff -Nru a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
--- a/Documentation/kernel-parameters.txt 2004-09-17 00:07:36 -07:00
+++ b/Documentation/kernel-parameters.txt 2004-10-02 21:05:10 -07:00
@@ -97,9 +97,6 @@
See header of drivers/scsi/53c7xx.c.
See also Documentation/scsi/ncr53c7xx.txt.
- 98busmouse.irq= [HW,MOUSE] PC-9801 Bus Mouse Driver
- Format: <irq>, default is 13
-
acpi= [HW,ACPI] Advanced Configuration and Power Interface
Format: { force | off | ht | strict }
force -- enable ACPI if default was off
@@ -532,6 +529,18 @@
isapnp= [ISAPNP]
Format: <RDP>, <reset>, <pci_scan>, <verbosity>
+
+ isolcpus= [KNL,SMP] Isolate CPUs from the general scheduler.
+ Format: <cpu number>, ..., <cpu number>
+ This option can be used to specify one or more CPUs
+ to isolate from the general SMP balancing and scheduling
+ algorithms. The only way to move a process onto or off
+ an "isolated" CPU is via the CPU affinity syscalls.
+
+ This option is the preferred way to isolate CPUs. The
+ alternative - manually setting the CPU mask of all tasks
+ in the system can cause problems and suboptimal load
+ balancer performance.
isp16= [HW,CD]
Format: <io>,<irq>,<dma>,<setup>
|