K 10 svn:author V 3 ian K 8 svn:date V 27 2014-02-26T22:06:10.186909Z K 7 svn:log V 413 Replace many pasted identical definitions of cpu_initclocks() with a common implementation in arm/machdep.c. Most arm platforms either don't need to do anything, or just need to call the standard eventtimer init routines. A generic implementation that does that is now provided via weak linkage. Any platform that needs to do something different can provide a its own implementation to override the generic one. END