Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Match parameter decl of init386 with real...



details:   https://anonhg.NetBSD.org/src/rev/16f201c89546
branches:  trunk
changeset: 533562:16f201c89546
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Jul 04 10:22:20 2002 +0000

description:
Match parameter decl of init386 with reality.

diffstat:

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

diffs (27 lines):

diff -r 01087df6e0e4 -r 16f201c89546 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Thu Jul 04 06:43:19 2002 +0000
+++ b/sys/arch/i386/i386/machdep.c      Thu Jul 04 10:22:20 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.475 2002/06/23 22:18:51 thorpej Exp $    */
+/*     $NetBSD: machdep.c,v 1.476 2002/07/04 10:22:20 fvdl Exp $       */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.475 2002/06/23 22:18:51 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.476 2002/07/04 10:22:20 fvdl Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -2688,7 +2688,7 @@
 
 void
 init386(first_avail)
-       vaddr_t first_avail;
+       paddr_t first_avail;
 {
        extern void consinit __P((void));
        extern struct extent *iomem_ex;



Home | Main Index | Thread Index | Old Index