diff options
author | peter <peter@FreeBSD.org> | 2001-07-12 06:36:03 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-07-12 06:36:03 +0000 |
commit | 0a2c8c9782dcebde2129c7b808c056f9ae69af49 (patch) | |
tree | ddd3cbf78d5296866d69d24916f7347b16fbd09b /sys/amd64 | |
parent | 808a0f87b6e71bfdb27fad240ef07d5a6cb584c6 (diff) | |
download | FreeBSD-src-0a2c8c9782dcebde2129c7b808c056f9ae69af49.zip FreeBSD-src-0a2c8c9782dcebde2129c7b808c056f9ae69af49.tar.gz |
Move init_sse() out of the "GenuineIntel" section, my AthlonMP system
has it, for example, and it works fine.
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/amd64/initcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c index 7fb56fa..4524421 100644 --- a/sys/amd64/amd64/initcpu.c +++ b/sys/amd64/amd64/initcpu.c @@ -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) /* |