Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 Update the comment for pmap_updat...



details:   https://anonhg.NetBSD.org/src/rev/0a520c1af44d
branches:  trunk
changeset: 508884:0a520c1af44d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Apr 21 17:13:12 2001 +0000

description:
Update the comment for pmap_update().

diffstat:

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

diffs (18 lines):

diff -r 1f015ba6076c -r 0a520c1af44d sys/arch/arm/include/arm32/pmap.h
--- a/sys/arch/arm/include/arm32/pmap.h Sat Apr 21 16:54:05 2001 +0000
+++ b/sys/arch/arm/include/arm32/pmap.h Sat Apr 21 17:13:12 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.4 2001/03/04 19:05:56 matt Exp $    */
+/*     $NetBSD: pmap.h,v 1.5 2001/04/21 17:13:12 thorpej Exp $ */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
@@ -147,7 +147,7 @@
  * Macros that we need to export
  */
 #define pmap_kernel()                  (&kernel_pmap_store)
-#define pmap_update()                  /*cpu_tlb_flushID()*/
+#define pmap_update()                  /* nothing (yet) */
 #define        pmap_resident_count(pmap)       ((pmap)->pm_stats.resident_count)
 #define        pmap_wired_count(pmap)          ((pmap)->pm_stats.wired_count)
 



Home | Main Index | Thread Index | Old Index