Module Name: src Committed By: nisimura Date: Fri Feb 10 09:17:49 UTC 2012
Modified Files: src/sys/arch/arm/s3c2xx0: s3c24x0_clk.c Log Message: - use a correct bit mask to pick SRCPND register indication. - reading timer#4 possibly returns value '0'. Having the '0' and a timer reload interrupt results in a too large number, meaning the next get_timecounter() call will return a smaller one than the previous, effectively kill things. Handle this case. ping(8) now shows better precisions. Fixes from Paul Fleischer. Ok by releng. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/s3c2xx0/s3c24x0_clk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.