Module Name: src
Committed By: matt
Date: Thu Feb 25 05:24:53 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h
Log Message:
Remove ci_curpm since it isn't used.
To generate a diff of this commit:
cvs rdiff -u -r1.90.16.21 -r1.90.16.22 src/sys/arch/mips/include/cpu.h
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/include/cpu.h
diff -u src/sys/arch/mips/include/cpu.h:1.90.16.21 src/sys/arch/mips/include/cpu.h:1.90.16.22
--- src/sys/arch/mips/include/cpu.h:1.90.16.21 Tue Feb 23 20:33:47 2010
+++ src/sys/arch/mips/include/cpu.h Thu Feb 25 05:24:53 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.90.16.21 2010/02/23 20:33:47 matt Exp $ */
+/* $NetBSD: cpu.h,v 1.90.16.22 2010/02/25 05:24:53 matt Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -145,7 +145,6 @@
*/
uint32_t ci_ksp_tlb_slot; /* reserved tlb entry for kernel stack */
struct pmap_tlb_info *ci_tlb_info;
- struct pmap *ci_curpm; /* current pmap */
struct segtab *ci_pmap_segbase;
vaddr_t ci_pmap_srcbase; /* starting VA of ephemeral src space */
vaddr_t ci_pmap_dstbase; /* starting VA of ephemeral dst space */