Module Name:    src
Committed By:   christos
Date:           Tue Feb 14 21:41:02 UTC 2012

Modified Files:
        src/sys/arch/evbmips/loongson: generic2e_machdep.c

Log Message:
fix proto


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbmips/loongson/generic2e_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/loongson/generic2e_machdep.c
diff -u src/sys/arch/evbmips/loongson/generic2e_machdep.c:1.1 src/sys/arch/evbmips/loongson/generic2e_machdep.c:1.2
--- src/sys/arch/evbmips/loongson/generic2e_machdep.c:1.1	Sat Aug 27 09:42:44 2011
+++ src/sys/arch/evbmips/loongson/generic2e_machdep.c	Tue Feb 14 16:41:02 2012
@@ -48,7 +48,7 @@
  * Generic Loongson 2E code and configuration data.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: generic2e_machdep.c,v 1.1 2011/08/27 13:42:44 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: generic2e_machdep.c,v 1.2 2012/02/14 21:41:02 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -355,7 +355,7 @@ generic2e_isa_intr(int ipl, vaddr_t pc, 
  */
 
 void
-generic2e_reset()
+generic2e_reset(void)
 {
 	REGVAL(BONITO_BONGENCFG) &= ~BONITO_BONGENCFG_CPUSELFRESET;
 	REGVAL(BONITO_BONGENCFG) |= BONITO_BONGENCFG_CPUSELFRESET;

Reply via email to