qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5210] qemu_next_deadline_dyntick is only used on Linux and Windows
@ 2008-09-14 13:59 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-09-14 13:59 UTC (permalink / raw)
  To: qemu-devel

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
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-14 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-14 13:59 [Qemu-devel] [5210] qemu_next_deadline_dyntick is only used on Linux and Windows Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).