diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-07-12 11:54:11 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-07-12 11:54:11 +0000 |
| commit | 6a25c625b2eb5baafce04447b2aa43d79fcbeabf (patch) | |
| tree | bff5d0f086b814c6a168627458719c484a0d5c8f /sys | |
| parent | 9a3a173bd35607e1a1030995ec3c62c7bffc37b3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/amd64/amd64/initcpu.c | 2 | ||||
| -rw-r--r-- | sys/i386/i386/initcpu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c index 4524421882108..588b6d48379bd 100644 --- a/sys/amd64/amd64/initcpu.c +++ b/sys/amd64/amd64/initcpu.c @@ -62,7 +62,7 @@ static void init_6x86(void); static void init_6x86MX(void); static void init_ppro(void); static void init_mendocino(void); -void enable_sse(); +void enable_sse(void); #endif int hw_instruction_sse = 0; diff --git a/sys/i386/i386/initcpu.c b/sys/i386/i386/initcpu.c index 4524421882108..588b6d48379bd 100644 --- a/sys/i386/i386/initcpu.c +++ b/sys/i386/i386/initcpu.c @@ -62,7 +62,7 @@ static void init_6x86(void); static void init_6x86MX(void); static void init_ppro(void); static void init_mendocino(void); -void enable_sse(); +void enable_sse(void); #endif int hw_instruction_sse = 0; |
