Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/include No need to flush the icache/itlb for p...



details:   https://anonhg.NetBSD.org/src/rev/69bcd04b31ce
branches:  trunk
changeset: 772501:69bcd04b31ce
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jan 06 09:11:45 2012 +0000

description:
No need to flush the icache/itlb for pool pages as they're never marked
executable.

diffstat:

 sys/arch/hppa/include/pmap.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r bcce2e4dfc83 -r 69bcd04b31ce sys/arch/hppa/include/pmap.h
--- a/sys/arch/hppa/include/pmap.h      Fri Jan 06 09:09:25 2012 +0000
+++ b/sys/arch/hppa/include/pmap.h      Fri Jan 06 09:11:45 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.33 2011/12/23 16:35:00 skrll Exp $  */
+/*     $NetBSD: pmap.h,v 1.34 2012/01/06 09:11:45 skrll Exp $  */
 
 /*     $OpenBSD: pmap.h,v 1.35 2007/12/14 18:32:23 deraadt Exp $       */
 
@@ -104,9 +104,7 @@
 
 #if defined(HP8000_CPU) || defined(HP8200_CPU) || \
     defined(HP8500_CPU) || defined(HP8600_CPU)
-       ficache(HPPA_SID_KERNEL, va, PAGE_SIZE);
        pdtlb(HPPA_SID_KERNEL, va);
-       pitlb(HPPA_SID_KERNEL, va);
 #endif
 
        return (paddr_t)va;



Home | Main Index | Thread Index | Old Index