diff options
Diffstat (limited to 'Documentation/x86_64/boot-options.txt')
-rw-r--r-- | Documentation/x86_64/boot-options.txt | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Documentation/x86_64/boot-options.txt b/Documentation/x86_64/boot-options.txt index b9e6be00cadf..678e8f192db2 100644 --- a/Documentation/x86_64/boot-options.txt +++ b/Documentation/x86_64/boot-options.txt | |||
@@ -6,6 +6,11 @@ only the AMD64 specific ones are listed here. | |||
6 | Machine check | 6 | Machine check |
7 | 7 | ||
8 | mce=off disable machine check | 8 | mce=off disable machine check |
9 | mce=bootlog Enable logging of machine checks left over from booting. | ||
10 | Disabled by default because some BIOS leave bogus ones. | ||
11 | If your BIOS doesn't do that it's a good idea to enable though | ||
12 | to make sure you log even machine check events that result | ||
13 | in a reboot. | ||
9 | 14 | ||
10 | nomce (for compatibility with i386): same as mce=off | 15 | nomce (for compatibility with i386): same as mce=off |
11 | 16 | ||
@@ -47,7 +52,7 @@ Timing | |||
47 | notsc | 52 | notsc |
48 | Don't use the CPU time stamp counter to read the wall time. | 53 | Don't use the CPU time stamp counter to read the wall time. |
49 | This can be used to work around timing problems on multiprocessor systems | 54 | This can be used to work around timing problems on multiprocessor systems |
50 | with not properly synchronized CPUs. Only useful with a SMP kernel | 55 | with not properly synchronized CPUs. |
51 | 56 | ||
52 | report_lost_ticks | 57 | report_lost_ticks |
53 | Report when timer interrupts are lost because some code turned off | 58 | Report when timer interrupts are lost because some code turned off |
@@ -74,6 +79,9 @@ Idle loop | |||
74 | event. This will make the CPUs eat a lot more power, but may be useful | 79 | event. This will make the CPUs eat a lot more power, but may be useful |
75 | to get slightly better performance in multiprocessor benchmarks. It also | 80 | to get slightly better performance in multiprocessor benchmarks. It also |
76 | makes some profiling using performance counters more accurate. | 81 | makes some profiling using performance counters more accurate. |
82 | Please note that on systems with MONITOR/MWAIT support (like Intel EM64T | ||
83 | CPUs) this option has no performance advantage over the normal idle loop. | ||
84 | It may also interact badly with hyperthreading. | ||
77 | 85 | ||
78 | Rebooting | 86 | Rebooting |
79 | 87 | ||
@@ -178,6 +186,5 @@ Debugging | |||
178 | Misc | 186 | Misc |
179 | 187 | ||
180 | noreplacement Don't replace instructions with more appropiate ones | 188 | noreplacement Don't replace instructions with more appropiate ones |
181 | for the CPU. This may be useful on asymmetric MP systems | 189 | for the CPU. This may be useful on asymmetric MP systems |
182 | where some CPU have less capabilities than the others. | 190 | where some CPU have less capabilities than the others. |
183 | |||