[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Don't bail early if we detect that time goes backwards.
# HG changeset patch # User cl349@xxxxxxxxxxxxxxxxxxxx # Node ID 26c03c17c418ba106ebda01502713da2fc9d28c6 # Parent be46dad1467d63c1e63152e826fdf53e245294e0 Don't bail early if we detect that time goes backwards. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> diff -r be46dad1467d -r 26c03c17c418 linux-2.6-xen-sparse/arch/xen/i386/kernel/time.c --- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/time.c Tue Aug 16 17:00:52 2005 +++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/time.c Tue Aug 16 17:02:49 2005 @@ -569,7 +569,6 @@ for (cpu = 0; cpu < num_online_cpus(); cpu++) printk(" %d: %lld\n", cpu, per_cpu(processed_system_time, cpu)); - return; } /* System-wide jiffy work. */ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |