diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-06 15:01:19 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-06 15:01:19 +0000 |
commit | f0b86b144830ce2553e2c470aeed1d7b16bfd68b (patch) | |
tree | 5d7f5451327339a3b0dae9dd19eb8a0a9266fb67 /hw | |
parent | 4f3cb3be18c179c69862c2a37c6c8ddcbb6f91ac (diff) | |
download | qemu-f0b86b144830ce2553e2c470aeed1d7b16bfd68b.zip |
Disable the temporary timer slowdown for etrax.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4364 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r-- | hw/etraxfs_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |