Source-Changes-HG archive

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

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/include Pending more complete pm...



details:   https://anonhg.NetBSD.org/src/rev/bf5c6f5ab5cb
branches:  sommerfeld_i386mp_1
changeset: 482299:bf5c6f5ab5cb
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sat Sep 23 16:05:59 2000 +0000

description:
Pending more complete pmap merge, deal with PMAP_PAGEIDLEZERO change

diffstat:

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

diffs (18 lines):

diff -r 22a95d55b265 -r bf5c6f5ab5cb sys/arch/i386/include/pmap.h
--- a/sys/arch/i386/include/pmap.h      Thu Sep 21 13:24:08 2000 +0000
+++ b/sys/arch/i386/include/pmap.h      Sat Sep 23 16:05:59 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.43.2.5 2000/09/06 03:28:35 sommerfeld Exp $ */
+/*     $NetBSD: pmap.h,v 1.43.2.6 2000/09/23 16:05:59 sommerfeld Exp $ */
 
 /*
  *
@@ -428,7 +428,7 @@
  * Do idle page zero'ing uncached to avoid polluting the cache.
  */
 void           pmap_zero_page_uncached __P((paddr_t));
-#define        PMAP_PAGEIDLEZERO(pa)   pmap_zero_page_uncached((pa))
+#define        PMAP_PAGEIDLEZERO(pa)   (pmap_zero_page_uncached((pa)), TRUE)
 
 /*
  * inline functions



Home | Main Index | Thread Index | Old Index