Ralf Baechle d954ffe34a MIPS: tlbex: Fix build error in R3000 code.
Only some GCC versions such as gcc 4.2 notice that the variable wr in
build_r3000_tlb_modify_handler is used uninitialized.  When using one
of those GCCs the build will fail due to -Werror.  GCC 4.6 does not
warn about the uninitialized use of wr.

This issue was introduced by 7211f4d7a3dcbe57c5d396c334dca525315dceb2
[MIPS: Close races in TLB modify handlers.]

Reported-by: Ganesan Ramalingam <ganesan18@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2011-09-21 17:53:07 +02:00
..
2011-07-07 15:18:01 +02:00
2011-04-26 10:22:59 +02:00
2011-07-26 16:49:47 -07:00
2011-09-21 17:51:57 +02:00
2011-03-31 11:26:23 -03:00
2011-07-25 17:26:56 +01:00
2011-07-26 16:49:47 -07:00
2011-09-21 17:52:34 +02:00