diff options
| author | Dou Liyang <douly.fnst@cn.fujitsu.com> | 2017-10-09 05:03:33 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2017-10-10 05:45:42 -0400 |
| commit | 6be53520ad8f87dc748f381e4e8e6a846a4b466b (patch) | |
| tree | 961c29c19cdf732eb2415f5238eeec7fe7118fb5 | |
| parent | 4bdced5c9a2922521e325896a7bbbf0132c94e56 (diff) | |
x86/tsc: Append the 'tsc=' description for the 'tsc=unstable' boot parameter
Commit:
8309f86cd41e ("x86/tsc: Provide 'tsc=unstable' boot parameter")
added a new 'tsc=unstable' parameter, but didn't document it.
Document it.
Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: <corbet@lwn.net>
Cc: <pasha.tatashin@oracle.com>
Cc: <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1507539813-11420-1-git-send-email-douly.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
| -rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 05496622b4ef..6b99c8b77c59 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt | |||
| @@ -4194,6 +4194,9 @@ | |||
| 4194 | Used to run time disable IRQ_TIME_ACCOUNTING on any | 4194 | Used to run time disable IRQ_TIME_ACCOUNTING on any |
| 4195 | platforms where RDTSC is slow and this accounting | 4195 | platforms where RDTSC is slow and this accounting |
| 4196 | can add overhead. | 4196 | can add overhead. |
| 4197 | [x86] unstable: mark the TSC clocksource as unstable, this | ||
| 4198 | marks the TSC unconditionally unstable at bootup and | ||
| 4199 | avoids any further wobbles once the TSC watchdog notices. | ||
| 4197 | 4200 | ||
| 4198 | turbografx.map[2|3]= [HW,JOY] | 4201 | turbografx.map[2|3]= [HW,JOY] |
| 4199 | TurboGraFX parallel port interface | 4202 | TurboGraFX parallel port interface |
