diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 03d1251a915e..5190f1706414 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1984,6 +1984,20 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1984 | 1984 | ||
1985 | nox2apic [X86-64,APIC] Do not enable x2APIC mode. | 1985 | nox2apic [X86-64,APIC] Do not enable x2APIC mode. |
1986 | 1986 | ||
1987 | cpu0_hotplug [X86] Turn on CPU0 hotplug feature when | ||
1988 | CONFIG_BOOTPARAM_HOTPLUG_CPU0 is off. | ||
1989 | Some features depend on CPU0. Known dependencies are: | ||
1990 | 1. Resume from suspend/hibernate depends on CPU0. | ||
1991 | Suspend/hibernate will fail if CPU0 is offline and you | ||
1992 | need to online CPU0 before suspend/hibernate. | ||
1993 | 2. PIC interrupts also depend on CPU0. CPU0 can't be | ||
1994 | removed if a PIC interrupt is detected. | ||
1995 | It's said poweroff/reboot may depend on CPU0 on some | ||
1996 | machines although I haven't seen such issues so far | ||
1997 | after CPU0 is offline on a few tested machines. | ||
1998 | If the dependencies are under your control, you can | ||
1999 | turn on cpu0_hotplug. | ||
2000 | |||
1987 | nptcg= [IA-64] Override max number of concurrent global TLB | 2001 | nptcg= [IA-64] Override max number of concurrent global TLB |
1988 | purges which is reported from either PAL_VM_SUMMARY or | 2002 | purges which is reported from either PAL_VM_SUMMARY or |
1989 | SAL PALO. | 2003 | SAL PALO. |