commit | 40d3057ac036f2501c1930728a6179be4fca577b | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Jun 27 09:33:59 2008 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Sep 16 10:01:37 2008 -0500 |
tree | d6f53f7a35482e5ea83c0ada3e972664ceb3b66e | |
parent | 82331ab15f14786f3d8e874efb76462685e3bfa0 [diff] |
math-emu: Fix compiler warnings Fix warnings of the form: arch/powerpc/math-emu/fsubs.c:15: warning: 'R_f1' may be used uninitialized in this function arch/powerpc/math-emu/fsubs.c:15: warning: 'R_f0' may be used uninitialized in this function Signed-off-by: Kumar Gala <galak@kernel.crashing.org>