Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include/oea Make lint happy.



details:   https://anonhg.NetBSD.org/src/rev/33c8a489633e
branches:  trunk
changeset: 544235:33c8a489633e
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Mar 15 07:19:20 2003 +0000

description:
Make lint happy.

diffstat:

 sys/arch/powerpc/include/oea/pmap.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 28baad81c008 -r 33c8a489633e sys/arch/powerpc/include/oea/pmap.h
--- a/sys/arch/powerpc/include/oea/pmap.h       Sat Mar 15 06:58:49 2003 +0000
+++ b/sys/arch/powerpc/include/oea/pmap.h       Sat Mar 15 07:19:20 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.2 2003/02/05 07:05:19 matt Exp $    */
+/*     $NetBSD: pmap.h,v 1.3 2003/03/15 07:19:20 matt Exp $    */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -65,6 +65,7 @@
 #define        pmap_resident_count(pmap)       ((pmap)->pm_stats.resident_count)
 #define        pmap_wired_count(pmap)          ((pmap)->pm_stats.wired_count)
 
+/* ARGSUSED */
 static __inline void
 pmap_remove_all(struct pmap *pmap)
 {



Home | Main Index | Thread Index | Old Index