diff options
author | Jiri Kosina <jkosina@suse.cz> | 2013-01-17 05:21:07 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-23 06:12:18 -0500 |
commit | 5c8d1b68e01a144813e38795fe6dbe7ebb506131 (patch) | |
tree | 377031a035b908d81a2d3dc8941b989cadbadb0f /Documentation/x86 | |
parent | bec0b2ce8304bedf56935c44912716882a365adb (diff) |
time: x86: report_lost_ticks doesn't exist any more
'report_lost_ticks' parameter has been removed back in 2007 through
1489939f0ab ("time: x86_64: convert x86_64 to use GENERIC_TIME").
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/x86')
-rw-r--r-- | Documentation/x86/x86_64/boot-options.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/x86/x86_64/boot-options.txt b/Documentation/x86/x86_64/boot-options.txt index de38429beb71..e015a83c3996 100644 --- a/Documentation/x86/x86_64/boot-options.txt +++ b/Documentation/x86/x86_64/boot-options.txt | |||
@@ -112,10 +112,6 @@ Timing | |||
112 | This can be used to work around timing problems on multiprocessor systems | 112 | This can be used to work around timing problems on multiprocessor systems |
113 | with not properly synchronized CPUs. | 113 | with not properly synchronized CPUs. |
114 | 114 | ||
115 | report_lost_ticks | ||
116 | Report when timer interrupts are lost because some code turned off | ||
117 | interrupts for too long. | ||
118 | |||
119 | nohpet | 115 | nohpet |
120 | Don't use the HPET timer. | 116 | Don't use the HPET timer. |
121 | 117 | ||