Searched refs:fpu_version (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsignal.c192 static unsigned char fpu_version; /* version number of fpu, set by setup_frame */ variable
207 if (!CPU_IS_060 && (sc->sc_fpstate[0] != fpu_version))
275 if (!CPU_IS_060 && (fpstate[0] != fpu_version))
579 fpu_version = sc->sc_fpstate[0];
624 fpu_version = fpstate[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsignal.c179 static unsigned char fpu_version = 0; /* version number of fpu, set by setup_frame */ variable
194 if (sc->sc_fpstate[0] != fpu_version)
243 if (fpstate[0] != fpu_version)
435 fpu_version = sc->sc_fpstate[0];
472 fpu_version = fpstate[0];

Completed in 51 milliseconds