Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/include oops. don't call sp_tlb_flush_pte_u...
details: https://anonhg.NetBSD.org/src/rev/4c9d66363cb4
branches: trunk
changeset: 752340:4c9d66363cb4
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Feb 23 22:52:21 2010 +0000
description:
oops. don't call sp_tlb_flush_pte_usiii() on USI/USII.
diffstat:
sys/arch/sparc64/include/pmap.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r df62a4236705 -r 4c9d66363cb4 sys/arch/sparc64/include/pmap.h
--- a/sys/arch/sparc64/include/pmap.h Tue Feb 23 22:22:29 2010 +0000
+++ b/sys/arch/sparc64/include/pmap.h Tue Feb 23 22:52:21 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.47 2010/02/02 04:28:56 mrg Exp $ */
+/* $NetBSD: pmap.h,v 1.48 2010/02/23 22:52:21 mrg Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -221,7 +221,7 @@
if (CPU_IS_USIII_UP())
sp_tlb_flush_pte_usiii(va, pm->pm_ctx);
else
- sp_tlb_flush_pte_usiii(va, pm->pm_ctx);
+ sp_tlb_flush_pte_us(va, pm->pm_ctx);
}
#endif
Home |
Main Index |
Thread Index |
Old Index