Jan Beulich
2008-Feb-01 08:40 UTC
[Xen-devel] [PATCH] linux/x86: fix an oversight of c/s 393
Almost as usual, written and tested on 2.6.16.60 and made apply to the 2.6.18 tree without further testing. Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: sle10sp2-2008-01-31/arch/i386/kernel/time-xen.c ==================================================================--- sle10sp2-2008-01-31.orig/arch/i386/kernel/time-xen.c 2007-11-16 11:00:13.000000000 +0100 +++ sle10sp2-2008-01-31/arch/i386/kernel/time-xen.c 2008-01-31 14:05:33.000000000 +0100 @@ -479,7 +479,7 @@ int do_settimeofday(struct timespec *tv) op.u.settime.secs = sec; op.u.settime.nsecs = nsec; op.u.settime.system_time = shadow->system_timestamp; - HYPERVISOR_platform_op(&op); + WARN_ON(HYPERVISOR_platform_op(&op)); update_wallclock(); } else if (independent_wallclock) { nsec -= shadow->system_timestamp; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel