-BenRI
> __initfunc(static void check_tlb(void))
> {
> #ifndef CONFIG_M386
> /*
> * The 386 chips don't support TLB finegrained invalidation.
> * They will fault when they hit an invlpg instruction.
> */
> if (boot_cpu_data.x86 == 3) {
> printk(KERN_EMERG "CPU is a 386 and this kernel was compiled for
> 486 or better.\n");
> printk("Giving up.\n");
> for (;;) ;
> }
> #endif
> }
-BenRI
-- Benjamin Redelings I <>< http://sdcc13.ucsd.edu/~bredelin- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/