K 10 svn:author V 2 ed K 8 svn:date V 27 2009-05-18T12:03:43.469259Z K 7 svn:log V 284 Mark the clock sysctls as MPSAFE. These sysctls don't need any form of locking. At least cp_times is used by powerd very often, which means I get 50% less calls to non-MPSAFE sysctls on my system. The other 50% is consumed by dev.cpu.0.freq, but this seems to need Giant for Newbus. END