Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/emips/emips Deal with mips_vector_init changes



details:   https://anonhg.NetBSD.org/src/rev/f893cb37354d
branches:  trunk
changeset: 762372:f893cb37354d
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Feb 20 08:01:10 2011 +0000

description:
Deal with mips_vector_init changes

diffstat:

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

diffs (27 lines):

diff -r 87a431e1a34a -r f893cb37354d sys/arch/emips/emips/machdep.c
--- a/sys/arch/emips/emips/machdep.c    Sun Feb 20 07:59:49 2011 +0000
+++ b/sys/arch/emips/emips/machdep.c    Sun Feb 20 08:01:10 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.2 2011/02/08 20:20:11 rmind Exp $        */
+/*     $NetBSD: machdep.c,v 1.3 2011/02/20 08:01:10 matt Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.2 2011/02/08 20:20:11 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.3 2011/02/20 08:01:10 matt Exp $");
 
 #include "opt_ddb.h"
 
@@ -254,7 +254,7 @@
         * Initialize locore-function vector.
         * Clear out the I and D caches.
         */
-       mips_vector_init();
+       mips_vector_init(NULL, false);
 
        /*
         * We know the CPU type now.  Initialize our DMA tags (might



Home | Main Index | Thread Index | Old Index