Module Name:    src
Committed By:   matt
Date:           Tue Dec 13 07:34:30 UTC 2011

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c

Log Message:
If CID is RMI and we MIPS64R2, be sure to mips64_rmixl_*.


To generate a diff of this commit:
cvs rdiff -u -r1.205.4.1.2.1.2.54 -r1.205.4.1.2.1.2.55 \
    src/sys/arch/mips/mips/mips_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/mips/mips_machdep.c
diff -u src/sys/arch/mips/mips/mips_machdep.c:1.205.4.1.2.1.2.54 src/sys/arch/mips/mips/mips_machdep.c:1.205.4.1.2.1.2.55
--- src/sys/arch/mips/mips/mips_machdep.c:1.205.4.1.2.1.2.54	Thu Dec  1 02:58:53 2011
+++ src/sys/arch/mips/mips/mips_machdep.c	Tue Dec 13 07:34:29 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: mips_machdep.c,v 1.205.4.1.2.1.2.54 2011/12/01 02:58:53 matt Exp $	*/
+/*	mips_machdep.c,v 1.205.4.1.2.1.2.54 2011/12/01 02:58:53 matt Exp	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -1359,8 +1359,8 @@ mips_vector_init(const struct splsw *spl
 		mips3_cp0_wired_write(pmap_tlb0_info.ti_wired);
 #ifdef MIPS64R2_RMIXL
 		if (ct->cpu_cid == MIPS_PRID_CID_RMI) {
-			mips64r2_vector_init(splsw);
-			mips_locoresw = mips64r2_locoresw;
+			mips64r2_rmixl_vector_init(splsw);
+			mips_locoresw = mips64r2_rmixl_locoresw;
 			break;
 		}
 #endif

Reply via email to