Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/hpcmips call intr_init() after mips_vector_...



details:   https://anonhg.NetBSD.org/src/rev/486df6974a74
branches:  trunk
changeset: 521458:486df6974a74
user:      uch <uch%NetBSD.org@localhost>
date:      Thu Jan 31 05:11:16 2002 +0000

description:
call intr_init() after mips_vector_init(). intr_init use CPUISMIPS3 macro.

diffstat:

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

diffs (28 lines):

diff -r b2b9e1b9597c -r 486df6974a74 sys/arch/hpcmips/hpcmips/machdep.c
--- a/sys/arch/hpcmips/hpcmips/machdep.c        Thu Jan 31 04:23:15 2002 +0000
+++ b/sys/arch/hpcmips/hpcmips/machdep.c        Thu Jan 31 05:11:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.66 2002/01/29 18:47:27 uch Exp $ */
+/*     $NetBSD: machdep.c,v 1.67 2002/01/31 05:11:16 uch Exp $ */
 
 /*-
  * Copyright (c) 1999 Shin Takemura, All rights reserved.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.66 2002/01/29 18:47:27 uch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.67 2002/01/31 05:11:16 uch Exp $");
 
 #include "opt_vr41xx.h"
 #include "opt_tx39xx.h"
@@ -314,8 +314,8 @@
         * Initialize locore-function vector.
         * Clear out the I and D caches.
         */
+       mips_vector_init();
        intr_init();
-       mips_vector_init();
 
 #ifdef DEBUG
        /*



Home | Main Index | Thread Index | Old Index