Commit f0b86b144830ce2553e2c470aeed1d7b16bfd68b
1 parent
4f3cb3be
Disable the temporary timer slowdown for etrax.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4364 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/etraxfs_timer.c
@@ -113,7 +113,7 @@ timer_winvalid (void *opaque, target_phys_addr_t addr, uint32_t value) | @@ -113,7 +113,7 @@ timer_winvalid (void *opaque, target_phys_addr_t addr, uint32_t value) | ||
113 | addr, env->pc); | 113 | addr, env->pc); |
114 | } | 114 | } |
115 | 115 | ||
116 | -#define TIMER_SLOWDOWN 4 | 116 | +#define TIMER_SLOWDOWN 1 |
117 | static void update_ctrl(struct fs_timer_t *t) | 117 | static void update_ctrl(struct fs_timer_t *t) |
118 | { | 118 | { |
119 | unsigned int op; | 119 | unsigned int op; |