diff options
author | brooks <brooks@FreeBSD.org> | 2013-08-15 17:44:44 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-08-15 17:44:44 +0000 |
commit | 2e54cfb79a558b83e37b29a96a3c7faff4dd82e6 (patch) | |
tree | b0efd90a9884d6c8501812a9cce4eaebb68fc886 | |
parent | 861668a16b928430d786e9bb4cb0143b3ff35f44 (diff) | |
download | FreeBSD-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.c | 2 |
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) { /* |