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