View | Details | Raw Unified | Return to bug 6345 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/src/linux/include/asm/processor.h (+2 lines)
Lines 232-237 Link Here
232
 */
232
 */
233
extern unsigned long mmu_cr4_features;
233
extern unsigned long mmu_cr4_features;
234
234
235
#ifdef __KERNEL__
235
static inline void set_in_cr4 (unsigned long mask)
236
static inline void set_in_cr4 (unsigned long mask)
236
{
237
{
237
	unsigned cr4;
238
	unsigned cr4;
Lines 249-254 Link Here
249
	cr4 &= ~mask;
250
	cr4 &= ~mask;
250
	write_cr4(cr4);
251
	write_cr4(cr4);
251
}
252
}
253
#endif
252
254
253
/*
255
/*
254
 *      NSC/Cyrix CPU configuration register indexes
256
 *      NSC/Cyrix CPU configuration register indexes

Return to bug 6345