aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 9a541486fb7e..fb80e9ffea68 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1154,6 +1154,8 @@ and is between 256 and 4096 characters. It is defined in the file
1154 1154
1155 nointroute [IA-64] 1155 nointroute [IA-64]
1156 1156
1157 nojitter [IA64] Disables jitter checking for ITC timers.
1158
1157 nolapic [IA-32,APIC] Do not enable or use the local APIC. 1159 nolapic [IA-32,APIC] Do not enable or use the local APIC.
1158 1160
1159 nolapic_timer [IA-32,APIC] Do not use the local APIC timer. 1161 nolapic_timer [IA-32,APIC] Do not use the local APIC timer.
@@ -1880,11 +1882,14 @@ and is between 256 and 4096 characters. It is defined in the file
1880 usbhid.mousepoll= 1882 usbhid.mousepoll=
1881 [USBHID] The interval which mice are to be polled at. 1883 [USBHID] The interval which mice are to be polled at.
1882 1884
1883 vdso= [IA-32,SH] 1885 vdso= [IA-32,SH,x86-64]
1884 vdso=2: enable compat VDSO (default with COMPAT_VDSO) 1886 vdso=2: enable compat VDSO (default with COMPAT_VDSO)
1885 vdso=1: enable VDSO (default) 1887 vdso=1: enable VDSO (default)
1886 vdso=0: disable VDSO mapping 1888 vdso=0: disable VDSO mapping
1887 1889
1890 vector= [IA-64,SMP]
1891 vector=percpu: enable percpu vector domain
1892
1888 video= [FB] Frame buffer configuration 1893 video= [FB] Frame buffer configuration
1889 See Documentation/fb/modedb.txt. 1894 See Documentation/fb/modedb.txt.
1890 1895