Author: brooks
Date: Thu Aug 15 17:44:44 2013
New Revision: 254374
URL: http://svnweb.freebsd.org/changeset/base/254374
Log:
Use an ANSI C definition of initializecpucache() to match the declaration
and the rest of the file.
Modified:
head/sys/amd64/amd64/initcpu.c
Modified: head/sys/amd64/amd64/initcpu.c
==============================================================================
--- head/sys/amd64/amd64/initcpu.c Thu Aug 15 17:21:06 2013
(r254373)
+++ head/sys/amd64/amd64/initcpu.c Thu Aug 15 17:44:44 2013
(r254374)
@@ -192,7 +192,7 @@ initializecpu(void)
}
void
-initializecpucache()
+initializecpucache(void)
{
/*
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"