mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86/tsc: Append description for 'tsc=unstable' boot parameter
@ 2017-10-09  9:03 Dou Liyang
  2017-10-09 12:25 ` Pavel Tatashin
  2017-10-10 11:02 ` [tip:sched/core] x86/tsc: Append the 'tsc=' description for the " tip-bot for Dou Liyang
  0 siblings, 2 replies; 4+ messages in thread
From: Dou Liyang @ 2017-10-09  9:03 UTC (permalink / raw)
  To: linux-doc, linux-kernel
  Cc: corbet, tglx, mingo, peterz, pasha.tatashin, x86, Dou Liyang

Commit 8309f86cd41e ("x86/tsc: Provide 'tsc=unstable' boot parameter") adds
a new parameter 'tsc=unstable', but doesn't add some description to guide
users.

Append the description of 'tsc=unstable' at the end of 'tsc=' section.

Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 9a84483..33e83b6 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -4196,6 +4196,9 @@
 			Used to run time disable IRQ_TIME_ACCOUNTING on any
 			platforms where RDTSC is slow and this accounting
 			can add overhead.
+			[x86] unstable: mark tsc clocksource as unstable, this
+			marks the TSC unconditionally unstable at bootup and
+			avoids any further wobbles once the TSC watchdog notices.
 
 	turbografx.map[2|3]=	[HW,JOY]
 			TurboGraFX parallel port interface
-- 
2.5.5

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-10 11:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09  9:03 [PATCH] x86/tsc: Append description for 'tsc=unstable' boot parameter Dou Liyang
2017-10-09 12:25 ` Pavel Tatashin
2017-10-10  1:39   ` Dou Liyang
2017-10-10 11:02 ` [tip:sched/core] x86/tsc: Append the 'tsc=' description for the " tip-bot for Dou Liyang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome