diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index b874771385cd..fc99075e0af4 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -335,6 +335,12 @@ running once the system is up. | |||
335 | timesource is not avalible, it defaults to PIT. | 335 | timesource is not avalible, it defaults to PIT. |
336 | Format: { pit | tsc | cyclone | pmtmr } | 336 | Format: { pit | tsc | cyclone | pmtmr } |
337 | 337 | ||
338 | disable_8254_timer | ||
339 | enable_8254_timer | ||
340 | [IA32/X86_64] Disable/Enable interrupt 0 timer routing | ||
341 | over the 8254 in addition to over the IO-APIC. The | ||
342 | kernel tries to set a sensible default. | ||
343 | |||
338 | hpet= [IA-32,HPET] option to disable HPET and use PIT. | 344 | hpet= [IA-32,HPET] option to disable HPET and use PIT. |
339 | Format: disable | 345 | Format: disable |
340 | 346 | ||
@@ -1034,6 +1040,8 @@ running once the system is up. | |||
1034 | 1040 | ||
1035 | nomce [IA-32] Machine Check Exception | 1041 | nomce [IA-32] Machine Check Exception |
1036 | 1042 | ||
1043 | nomca [IA-64] Disable machine check abort handling | ||
1044 | |||
1037 | noresidual [PPC] Don't use residual data on PReP machines. | 1045 | noresidual [PPC] Don't use residual data on PReP machines. |
1038 | 1046 | ||
1039 | noresume [SWSUSP] Disables resume and restores original swap | 1047 | noresume [SWSUSP] Disables resume and restores original swap |
@@ -1282,6 +1290,19 @@ running once the system is up. | |||
1282 | New name for the ramdisk parameter. | 1290 | New name for the ramdisk parameter. |
1283 | See Documentation/ramdisk.txt. | 1291 | See Documentation/ramdisk.txt. |
1284 | 1292 | ||
1293 | rcu.blimit= [KNL,BOOT] Set maximum number of finished | ||
1294 | RCU callbacks to process in one batch. | ||
1295 | |||
1296 | rcu.qhimark= [KNL,BOOT] Set threshold of queued | ||
1297 | RCU callbacks over which batch limiting is disabled. | ||
1298 | |||
1299 | rcu.qlowmark= [KNL,BOOT] Set threshold of queued | ||
1300 | RCU callbacks below which batch limiting is re-enabled. | ||
1301 | |||
1302 | rcu.rsinterval= [KNL,BOOT,SMP] Set the number of additional | ||
1303 | RCU callbacks to queued before forcing reschedule | ||
1304 | on all cpus. | ||
1305 | |||
1285 | rdinit= [KNL] | 1306 | rdinit= [KNL] |
1286 | Format: <full_path> | 1307 | Format: <full_path> |
1287 | Run specified binary instead of /init from the ramdisk, | 1308 | Run specified binary instead of /init from the ramdisk, |