MIPS: DEC: Do not set up the FPU interrupt if no FPU
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 3 Apr 2015 22:32:22 +0000 (23:32 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 7 Apr 2015 23:10:46 +0000 (01:10 +0200)
commit5ffd7c8b13643f4bb6e35b2eababf5336d5e8353
tree8e37e52ee1c2a7905adde6b95106ce7f7aed40ad
parentf02cf4691e19ab61d4415b2fbfeb64aa8a93757e
MIPS: DEC: Do not set up the FPU interrupt if no FPU

Following the arrangement for processors that wire FPU exceptions to the
FPE CPU exception handle the case where no FPU is in use -- which for
DECstation systems will only ever happen when the "nofpu" kernel option
has been used -- do not register the FPU interrupt in such a case
either.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9714/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/dec/setup.c