diff options
Diffstat (limited to 'Documentation/x86_64/boot-options.txt')
-rw-r--r-- | Documentation/x86_64/boot-options.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/x86_64/boot-options.txt b/Documentation/x86_64/boot-options.txt index b9e6be00cadf..476c0c22fbb7 100644 --- a/Documentation/x86_64/boot-options.txt +++ b/Documentation/x86_64/boot-options.txt | |||
@@ -47,7 +47,7 @@ Timing | |||
47 | notsc | 47 | notsc |
48 | Don't use the CPU time stamp counter to read the wall time. | 48 | 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 | 49 | This can be used to work around timing problems on multiprocessor systems |
50 | with not properly synchronized CPUs. Only useful with a SMP kernel | 50 | with not properly synchronized CPUs. |
51 | 51 | ||
52 | report_lost_ticks | 52 | report_lost_ticks |
53 | Report when timer interrupts are lost because some code turned off | 53 | Report when timer interrupts are lost because some code turned off |
@@ -74,6 +74,9 @@ Idle loop | |||
74 | event. This will make the CPUs eat a lot more power, but may be useful | 74 | 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 | 75 | to get slightly better performance in multiprocessor benchmarks. It also |
76 | makes some profiling using performance counters more accurate. | 76 | makes some profiling using performance counters more accurate. |
77 | Please note that on systems with MONITOR/MWAIT support (like Intel EM64T | ||
78 | CPUs) this option has no performance advantage over the normal idle loop. | ||
79 | It may also interact badly with hyperthreading. | ||
77 | 80 | ||
78 | Rebooting | 81 | Rebooting |
79 | 82 | ||
@@ -178,6 +181,5 @@ Debugging | |||
178 | Misc | 181 | Misc |
179 | 182 | ||
180 | noreplacement Don't replace instructions with more appropiate ones | 183 | noreplacement Don't replace instructions with more appropiate ones |
181 | for the CPU. This may be useful on asymmetric MP systems | 184 | for the CPU. This may be useful on asymmetric MP systems |
182 | where some CPU have less capabilities than the others. | 185 | where some CPU have less capabilities than the others. |
183 | |||