CORETEMP_FLAG_CRIT
if ((sc->sc_flags & CORETEMP_FLAG_CRIT) == 0) {
sc->sc_flags |= CORETEMP_FLAG_CRIT;
} else if (sc->sc_flags & CORETEMP_FLAG_CRIT) {
sc->sc_flags &= ~CORETEMP_FLAG_CRIT;
CORETEMP_FLAG_CRIT, temp);