Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d954ffe3 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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: default avatarGanesan Ramalingam <ganesan18@gmail.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 870168a0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment