Module Name:    src
Committed By:   matt
Date:           Thu Jan 19 07:58:58 UTC 2012

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

Log Message:
Add missing arg.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/sys/arch/mips/rmi/rmixl_cpucore.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/rmi/rmixl_cpucore.c
diff -u src/sys/arch/mips/rmi/rmixl_cpucore.c:1.1.2.13 src/sys/arch/mips/rmi/rmixl_cpucore.c:1.1.2.14
--- src/sys/arch/mips/rmi/rmixl_cpucore.c:1.1.2.13	Wed Jan  4 16:17:53 2012
+++ src/sys/arch/mips/rmi/rmixl_cpucore.c	Thu Jan 19 07:58:58 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: rmixl_cpucore.c,v 1.1.2.13 2012/01/04 16:17:53 matt Exp $	*/
+/*	$NetBSD: rmixl_cpucore.c,v 1.1.2.14 2012/01/19 07:58:58 matt Exp $	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -38,7 +38,7 @@
 #include "locators.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_cpucore.c,v 1.1.2.13 2012/01/04 16:17:53 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_cpucore.c,v 1.1.2.14 2012/01/19 07:58:58 matt Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -233,7 +233,7 @@ cpucore_rmixl_hatch(device_t self)
 	if (sc->sc_hatched == false) {
 		/* PCRs for core#0 are set up in mach_init() */
 		if (sc->sc_core != 0)
-			rmixl_pcr_init_core();
+			rmixl_pcr_init_core(cpu_rmixlp(mips_options.mips_cpu));
 		sc->sc_hatched = true;
 	}
 }

Reply via email to