Move init_sse() out of the "GenuineIntel" section, my AthlonMP system

has it, for example, and it works fine.
This commit is contained in:
Peter Wemm 2001-07-12 06:36:03 +00:00
parent adc3cb92c2
commit aa32e9a994
2 changed files with 2 additions and 2 deletions

View file

@ -565,13 +565,13 @@ initializecpu(void)
init_mendocino();
break;
}
enable_sse();
}
break;
#endif
default:
break;
}
enable_sse();
#if defined(PC98) && !defined(CPU_UPGRADE_HW_CACHE)
/*

View file

@ -565,13 +565,13 @@ initializecpu(void)
init_mendocino();
break;
}
enable_sse();
}
break;
#endif
default:
break;
}
enable_sse();
#if defined(PC98) && !defined(CPU_UPGRADE_HW_CACHE)
/*