Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc Fix totally uncompilable code. PR 46374...



details:   https://anonhg.NetBSD.org/src/rev/07b7c8409c84
branches:  trunk
changeset: 779008:07b7c8409c84
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Apr 25 08:19:33 2012 +0000

description:
Fix totally uncompilable code. PR 46374 from Henning Petersen.

diffstat:

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

diffs (27 lines):

diff -r 366cb88027e9 -r 07b7c8409c84 sys/arch/sparc/sparc/machdep.c
--- a/sys/arch/sparc/sparc/machdep.c    Wed Apr 25 07:58:43 2012 +0000
+++ b/sys/arch/sparc/sparc/machdep.c    Wed Apr 25 08:19:33 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.317 2012/02/19 21:06:29 rmind Exp $ */
+/*     $NetBSD: machdep.c,v 1.318 2012/04/25 08:19:33 dholland Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.317 2012/02/19 21:06:29 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.318 2012/04/25 08:19:33 dholland Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_compat_sunos.h"
@@ -2523,7 +2523,7 @@
        uint32_t                v)
 {
        __insn_barrier();
-       bus_space_write_4_real(
+       bus_space_write_4_real(t, h, o, v);
 }
 
 void



Home | Main Index | Thread Index | Old Index