]> asedeno.scripts.mit.edu Git - linux.git/commit
signal/mips: Remove FPE_FIXME usage from mips
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 5 Sep 2017 13:42:47 +0000 (08:42 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 5 Sep 2017 13:42:47 +0000 (08:42 -0500)
commit076a9bcacfc7ccbc2b3fdf3bd490718f6b182419
tree1d0d794f0f8c6ebe211196eecefc62a4f4e5c60b
parent8db6c34f1dbc8e06aa016a9b829b06902c3e1340
parent20229305afdc0e49b3af2204ab848d6bddcb9fc3
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: "Eric W. Biederman" <ebiederm@xmission.com>