From f0b86b144830ce2553e2c470aeed1d7b16bfd68b Mon Sep 17 00:00:00 2001 From: edgar_igl Date: Tue, 6 May 2008 15:01:19 +0000 Subject: [PATCH] Disable the temporary timer slowdown for etrax. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4364 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/etraxfs_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/etraxfs_timer.c b/hw/etraxfs_timer.c index 08a6f18384..498f8a7aae 100644 --- a/hw/etraxfs_timer.c +++ b/hw/etraxfs_timer.c @@ -113,7 +113,7 @@ timer_winvalid (void *opaque, target_phys_addr_t addr, uint32_t value) addr, env->pc); } -#define TIMER_SLOWDOWN 4 +#define TIMER_SLOWDOWN 1 static void update_ctrl(struct fs_timer_t *t) { unsigned int op; -- 2.11.4.GIT