···1414#include <asm/processor.h>1515#include <asm/io.h>1616#include <asm/fpu.h>1717+#include <asm/traps.h>17181819/* The PR (precision) bit in the FP Status Register must be clear when1920 * an frchg instruction is executed, otherwise the instruction is undefined.
+1
arch/sh/kernel/cpu/sh4/fpu.c
···1616#include <cpu/fpu.h>1717#include <asm/processor.h>1818#include <asm/fpu.h>1919+#include <asm/traps.h>19202021/* The PR (precision) bit in the FP Status Register must be clear when2122 * an frchg instruction is executed, otherwise the instruction is undefined.