svn commit: r297373 - head/sys/x86/x86
Konstantin Belousov
kib at FreeBSD.org
Tue Mar 29 08:31:36 UTC 2016
Author: kib
Date: Tue Mar 29 08:31:34 2016
New Revision: 297373
URL: https://svnweb.freebsd.org/changeset/base/297373
Log:
Use ANSI function definition.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/x86/x86/mp_x86.c
Modified: head/sys/x86/x86/mp_x86.c
==============================================================================
--- head/sys/x86/x86/mp_x86.c Tue Mar 29 07:38:43 2016 (r297372)
+++ head/sys/x86/x86/mp_x86.c Tue Mar 29 08:31:34 2016 (r297373)
@@ -910,7 +910,7 @@ ipi_all_but_self(u_int ipi)
}
int
-ipi_nmi_handler()
+ipi_nmi_handler(void)
{
u_int cpuid;
More information about the svn-src-all
mailing list