WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Nanosecs not usecs in a time comment.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 5e5e56b5e7516c0569b766a52079595e4ff1b955
# Parent  fcef620a859c8db44634dbfc282a2d7ce0ee63b0
Nanosecs not usecs in a time comment.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r fcef620a859c -r 5e5e56b5e751 
linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c
--- a/linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c  Tue Mar 21 14:10:26 2006
+++ b/linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c  Tue Mar 21 14:40:54 2006
@@ -157,7 +157,7 @@
 }
 __setup("independent_wallclock", __independent_wallclock);
 
-/* Permitted clock jitter, in usecs, beyond which a warning will be printed. */
+/* Permitted clock jitter, in nsecs, beyond which a warning will be printed. */
 static unsigned long permitted_clock_jitter = 10000000UL; /* 10ms */
 static int __init __permitted_clock_jitter(char *str)
 {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Nanosecs not usecs in a time comment., Xen patchbot -unstable <=