qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5210] qemu_next_deadline_dyntick is only used on Linux and


From: Blue Swirl
Subject: [Qemu-devel] [5210] qemu_next_deadline_dyntick is only used on Linux and Windows
Date: Sun, 14 Sep 2008 13:59:34 +0000

Revision: 5210
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5210
Author:   blueswir1
Date:     2008-09-14 13:59:34 +0000 (Sun, 14 Sep 2008)

Log Message:
-----------
qemu_next_deadline_dyntick is only used on Linux and Windows

Modified Paths:
--------------
    trunk/vl.c

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c  2008-09-14 13:56:10 UTC (rev 5209)
+++ trunk/vl.c  2008-09-14 13:59:34 UTC (rev 5210)
@@ -1350,6 +1350,7 @@
     return delta;
 }
 
+#if defined(__linux__) || defined(_WIN32)
 static uint64_t qemu_next_deadline_dyntick(void)
 {
     int64_t delta;
@@ -1372,6 +1373,7 @@
 
     return delta;
 }
+#endif
 
 #ifndef _WIN32
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]