summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-08-15 17:44:44 +0000
committerbrooks <brooks@FreeBSD.org>2013-08-15 17:44:44 +0000
commit2e54cfb79a558b83e37b29a96a3c7faff4dd82e6 (patch)
treeb0efd90a9884d6c8501812a9cce4eaebb68fc886
parent861668a16b928430d786e9bb4cb0143b3ff35f44 (diff)
downloadFreeBSD-src-2e54cfb79a558b83e37b29a96a3c7faff4dd82e6.zip
FreeBSD-src-2e54cfb79a558b83e37b29a96a3c7faff4dd82e6.tar.gz
Use an ANSI C definition of initializecpucache() to match the declaration
and the rest of the file.
-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 f7574b1..34a362d 100644
--- a/sys/amd64/amd64/initcpu.c
+++ b/sys/amd64/amd64/initcpu.c
@@ -192,7 +192,7 @@ initializecpu(void)
}
void
-initializecpucache()
+initializecpucache(void)
{
/*
OpenPOWER on IntegriCloud