K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-07-03T19:07:42.357963Z K 7 svn:log V 285 MFC r344915: powerpc: Fix cpufreq statement scoping The second statements on the lines are not guarded by the `if' condition. This triggers a warning with newer gcc. It's relatively harmless given the usage, but incorrect. Instead, wrap the statements so they're properly guarded. END