mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Make accesses with wrong width also work as apparently real hardware allows them when the fault is disabled.
Fix DMA register writes if target_phys_addr_t is 64-bit. Make more functions static. A timer hack to make PalmOS run in finite time (uses very short timer periods, much shorter than clocksource tick). Re-calculate internal clock rates on start-up. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3527 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e616a7e821
commit
b854bc196f
3 changed files with 59 additions and 20 deletions
|
@ -742,4 +742,8 @@ void omap_clk_init(struct omap_mpu_state_s *mpu)
|
|||
j->multiplier = j->multiplier ?: 1;
|
||||
j ++;
|
||||
}
|
||||
for (j = mpu->clks; count --; j ++) {
|
||||
omap_clk_update(j);
|
||||
omap_clk_rate_update(j);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue