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-devel

[Xen-devel] resend of diff.

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] resend of diff.
From: "Brian Wolfe" <brianw@xxxxxxxxxxxx>
Date: Thu, 8 Apr 2004 22:26:31 -0500 (CDT)
Delivery-date: Fri, 09 Apr 2004 04:33:41 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
Importance: Normal
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: SquirrelMail/1.5.0
Resending because I was told that the format I used sucked rocks. :) Sorry
bout that. ;-P

--------------------------
--- xeno-unstable/xenolinux-sparse/arch/xen/kernel/time.c       2004-04-07
21:56:06.000000000 -0500
+++ xen-1.3-20040408/xenolinux-sparse/arch/xen/kernel/time.c    2004-04-08
21:46:41.000000000 -0500
@@ -432,13 +432,16 @@
          * backwards of more than 500ms.
          */
         sec_diff = xtime.tv_sec - shadow_tv.tv_sec;
+
         if ( unlikely(abs(sec_diff) > 1) ||
              unlikely(((sec_diff * 1000000) +
                        xtime.tv_usec - shadow_tv.tv_usec) > 500000) )
         {
+#ifdef CONFIG_XEN_PRIVILEGED_GUEST
             last_update_to_rtc = last_update_to_xen = 0;
+#endif
             last_seen_tv.tv_sec = 0;
-        }
+        }

         /* Update our unsynchronised xtime appropriately. */
         xtime = shadow_tv;
---------------------------------------------------------------


-- 
Brian Wolfe           | Phone 1-(214)-764-1204
President,            | Email  brianw@xxxxxxxxxxxx
TerraBox.com Inc.     |


pub  1024D/73C5A2DF 2003-03-18 Brian Wolfe <brianw@xxxxxxxxxxxx>
     Key fingerprint = 050E 5E3C CF65 4C1E A183  F48F E3E3 5B22 73C5 A2DF
sub  1024g/BB87A3DD 2003-03-18





-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] resend of diff., Brian Wolfe <=