*/
extern unsigned long mmu_cr4_features;
#ifdef __KERNEL__
static inline void set_in_cr4 (unsigned long mask)
{
unsigned cr4;
cr4 &= ~mask;
write_cr4(cr4);
}
#endif
/*
* NSC/Cyrix CPU configuration register indexes