K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2009-10-15T01:54:32.072432Z K 7 svn:log V 363 Fix CPU speed detection on PPC 970 for 64-bit machines. HID0 is a 64-bit register, and truncating it to int unsets high bits like the external timebase enable setting. This only ever worked on 32-bit by accident, because GCC thought it was always 32-bit and didn't feel like explicitly truncating it, so a fix should be propagated back there eventually as well. END