Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 Unbreak the build. (conflicting types in fu...



details:   https://anonhg.NetBSD.org/src/rev/f4e962d9e2ec
branches:  trunk
changeset: 768204:f4e962d9e2ec
user:      cherry <cherry%NetBSD.org@localhost>
date:      Thu Aug 11 20:33:20 2011 +0000

description:
Unbreak the build. (conflicting types in function declaration and definition)

Thanks riz@

diffstat:

 sys/arch/x86/x86/cpu.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7c7b47e4eb34 -r f4e962d9e2ec sys/arch/x86/x86/cpu.c
--- a/sys/arch/x86/x86/cpu.c    Thu Aug 11 19:52:52 2011 +0000
+++ b/sys/arch/x86/x86/cpu.c    Thu Aug 11 20:33:20 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.91 2011/08/11 18:11:17 cherry Exp $  */
+/*     $NetBSD: cpu.c,v 1.92 2011/08/11 20:33:20 cherry Exp $  */
 
 /*-
  * Copyright (c) 2000, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.91 2011/08/11 18:11:17 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.92 2011/08/11 20:33:20 cherry Exp $");
 
 #include "opt_ddb.h"
 #include "opt_mpbios.h"                /* for MPDEBUG */
@@ -1216,7 +1216,7 @@
  */
 
 void
-cpu_broadcast_halt(struct cpu_info *ci)
+cpu_broadcast_halt(void)
 {
        x86_broadcast_ipi(X86_IPI_HALT);
 }



Home | Main Index | Thread Index | Old Index