K 10 svn:author V 3 ian K 8 svn:date V 27 2015-01-04T20:08:24.956603Z K 7 svn:log V 447 Eliminate uninitialized variable warnings in kernel and module builds when building with gcc 4.2 This has been requested several times over the past few months by several people (including me), because gcc 4.2 just gets it wrong too often. It's causing us to litter the code with lots of bogus initializers just to squelch the warnings. We still have clang and coverity telling us about uninitialized variables, and they do so more accurately. END