--- - branch: MAIN date: Fri Jul 24 05:19:14 UTC 2015 files: - new: '1.13' old: '1.12' path: src/sys/arch/arm/cortex/a9tmr.c pathrev: src/sys/arch/arm/cortex/a9tmr.c@1.13 type: modified id: 20150724T051914Z.74ecce8d6eef57aa71b6d7729c341a7afa95387f log: | - fix sc_ev_missing_ticks over-counting. - don't use 64bit division, because it has expensive cost on gcc/arm whether it is a constant or not. 'delta' is usually taken a value around sc_autoinc depending on timing of read. therefore 'delta / sc->sc_autoinc' would be count too much. module: src subject: 'CVS commit: src/sys/arch/arm/cortex' unixtime: '1437715154' user: ryo