diff -urpN -X /home/fletch/.diff.exclude 530-slab_reclaim_accounting/arch/i386/kernel/cpu/intel.c 540-4g4g_sep_fix/arch/i386/kernel/cpu/intel.c --- 530-slab_reclaim_accounting/arch/i386/kernel/cpu/intel.c Wed Dec 24 18:29:08 2003 +++ 540-4g4g_sep_fix/arch/i386/kernel/cpu/intel.c Wed Dec 24 19:15:45 2003 @@ -239,6 +239,12 @@ static void __init init_intel(struct cpu /* SEP CPUID bug: Pentium Pro reports SEP but doesn't have it until model 3 mask 3 */ if ((c->x86<<8 | c->x86_model<<4 | c->x86_mask) < 0x633) clear_bit(X86_FEATURE_SEP, c->x86_capability); + /* + * FIXME: SEP is disabled for 4G/4G for now: + */ +#ifdef CONFIG_X86_HIGH_ENTRY + clear_bit(X86_FEATURE_SEP, c->x86_capability); +#endif /* Names for the Pentium II/Celeron processors detectable only by also checking the cache size.