Module Name: src
Committed By: skrll
Date: Fri Jan 6 09:11:45 UTC 2012
Modified Files:
src/sys/arch/hppa/include: pmap.h
Log Message:
No need to flush the icache/itlb for pool pages as they're never marked
executable.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/hppa/include/pmap.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/hppa/include/pmap.h
diff -u src/sys/arch/hppa/include/pmap.h:1.33 src/sys/arch/hppa/include/pmap.h:1.34
--- src/sys/arch/hppa/include/pmap.h:1.33 Fri Dec 23 16:35:00 2011
+++ src/sys/arch/hppa/include/pmap.h Fri Jan 6 09:11:45 2012
@@ -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 @@ static inline paddr_t hppa_unmap_poolpag
#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;