diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index fbcddc5abe25..e4cbca58536c 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -200,10 +200,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
200 | acpi_display_output=video | 200 | acpi_display_output=video |
201 | See above. | 201 | See above. |
202 | 202 | ||
203 | acpi_early_pdc_eval [HW,ACPI] Evaluate processor _PDC methods | ||
204 | early. Needed on some platforms to properly | ||
205 | initialize the EC. | ||
206 | |||
207 | acpi_irq_balance [HW,ACPI] | 203 | acpi_irq_balance [HW,ACPI] |
208 | ACPI will balance active IRQs | 204 | ACPI will balance active IRQs |
209 | default in APIC mode | 205 | default in APIC mode |
@@ -1794,6 +1790,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1794 | purges which is reported from either PAL_VM_SUMMARY or | 1790 | purges which is reported from either PAL_VM_SUMMARY or |
1795 | SAL PALO. | 1791 | SAL PALO. |
1796 | 1792 | ||
1793 | nr_cpus= [SMP] Maximum number of processors that an SMP kernel | ||
1794 | could support. nr_cpus=n : n >= 1 limits the kernel to | ||
1795 | supporting 'n' processors. Later in runtime you can not | ||
1796 | use hotplug cpu feature to put more cpu back to online. | ||
1797 | just like you compile the kernel NR_CPUS=n | ||
1798 | |||
1797 | nr_uarts= [SERIAL] maximum number of UARTs to be registered. | 1799 | nr_uarts= [SERIAL] maximum number of UARTs to be registered. |
1798 | 1800 | ||
1799 | numa_zonelist_order= [KNL, BOOT] Select zonelist order for NUMA. | 1801 | numa_zonelist_order= [KNL, BOOT] Select zonelist order for NUMA. |
@@ -2828,6 +2830,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2828 | default x2apic cluster mode on platforms | 2830 | default x2apic cluster mode on platforms |
2829 | supporting x2apic. | 2831 | supporting x2apic. |
2830 | 2832 | ||
2833 | x86_mrst_timer= [X86-32,APBT] | ||
2834 | Choose timer option for x86 Moorestown MID platform. | ||
2835 | Two valid options are apbt timer only and lapic timer | ||
2836 | plus one apbt timer for broadcast timer. | ||
2837 | x86_mrst_timer=apbt_only | lapic_and_apbt | ||
2838 | |||
2831 | xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks. | 2839 | xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks. |
2832 | xd_geo= See header of drivers/block/xd.c. | 2840 | xd_geo= See header of drivers/block/xd.c. |
2833 | 2841 | ||