K 10 svn:author V 5 andre K 8 svn:date V 27 2012-03-12T20:31:09.136101Z K 7 svn:log V 274 Change the syncache count reporting the current number of entries from an unprotected u_int that reports garbage on SMP to a function based sysctl obtaining the current value from UMA. Also read back the actual cache_limit after page size rounding by UMA. PR: kern/165879 END