Module Name: src Committed By: jmcneill Date: Sat Dec 16 20:04:38 UTC 2017
Modified Files: src/sys/arch/arm/sunxi: sunxi_timer.c Log Message: Use Timer 2 instead of the 64-bit counter as a timecounter so we can use it in MP configurations. Should be faster as well since we don't have to do the 64-bit counter read latch dance here. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sunxi_timer.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.