qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [4364] Disable the temporary timer slowdown for etrax.


From: Edgar E. Iglesias
Subject: [Qemu-devel] [4364] Disable the temporary timer slowdown for etrax.
Date: Tue, 06 May 2008 15:01:19 +0000

Revision: 4364
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4364
Author:   edgar_igl
Date:     2008-05-06 15:01:19 +0000 (Tue, 06 May 2008)

Log Message:
-----------
Disable the temporary timer slowdown for etrax.

Modified Paths:
--------------
    trunk/hw/etraxfs_timer.c

Modified: trunk/hw/etraxfs_timer.c
===================================================================
--- trunk/hw/etraxfs_timer.c    2008-05-06 15:01:12 UTC (rev 4363)
+++ trunk/hw/etraxfs_timer.c    2008-05-06 15:01:19 UTC (rev 4364)
@@ -113,7 +113,7 @@
                  addr, env->pc);
 }
 
-#define TIMER_SLOWDOWN 4
+#define TIMER_SLOWDOWN 1
 static void update_ctrl(struct fs_timer_t *t)
 {
        unsigned int op;






reply via email to

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