Module Name: src
Committed By: matt
Date: Sat Feb 27 21:25:24 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpucore.c
Log Message:
s/pmap_tlb_info/pmap_tlb0_info/
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 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.4 src/sys/arch/mips/rmi/rmixl_cpucore.c:1.1.2.5
--- src/sys/arch/mips/rmi/rmixl_cpucore.c:1.1.2.4 Tue Feb 23 20:33:48 2010
+++ src/sys/arch/mips/rmi/rmixl_cpucore.c Sat Feb 27 21:25:24 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rmixl_cpucore.c,v 1.1.2.4 2010/02/23 20:33:48 matt Exp $ */
+/* $NetBSD: rmixl_cpucore.c,v 1.1.2.5 2010/02/27 21:25:24 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.4 2010/02/23 20:33:48 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_cpucore.c,v 1.1.2.5 2010/02/27 21:25:24 matt Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -94,7 +94,7 @@
* default one for the system.
*/
if (sc->sc_core == 0) {
- sc->sc_tlbinfo = &pmap_tlb_info;
+ sc->sc_tlbinfo = &pmap_tlb0_info;
} else {
sc->sc_tlbinfo = &sc->sc_tlbinfo0;
pmap_tlb_info_init(sc->sc_tlbinfo);