summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/initcpu.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-07-12 11:54:11 +0000
committerpeter <peter@FreeBSD.org>2001-07-12 11:54:11 +0000
commit465226a94cf758010aadef6fa167fc6e2e46c7d6 (patch)
treebff5d0f086b814c6a168627458719c484a0d5c8f /sys/amd64/amd64/initcpu.c
parent116d68b2a94cf585cd100da64b13eb65e24c7103 (diff)
downloadFreeBSD-src-465226a94cf758010aadef6fa167fc6e2e46c7d6.zip
FreeBSD-src-465226a94cf758010aadef6fa167fc6e2e46c7d6.tar.gz
Forgot this fix from another tree. make enable_sse() a real prototype.
Diffstat (limited to 'sys/amd64/amd64/initcpu.c')
-rw-r--r--sys/amd64/amd64/initcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c
index 4524421..588b6d4 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;
OpenPOWER on IntegriCloud