Skip to content
Commit 076a9bca authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

signal/mips: Remove FPE_FIXME usage from mips



Ralf Baechle recently merged a change to stop explicitly handling this
case on mips, as the case is impossible.  Unfortunately when the code
in force_fcr31_sig to not use siginfo but a simple interger variable gcc
starts warning about an unitialized variable.

So add a return statement so gcc knows the code never attempts to use
the impossible value.

Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parents 8db6c34f 20229305
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment