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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79611
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)
/*