Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/include Remove two commented out and unuse...



details:   https://anonhg.NetBSD.org/src/rev/9bce372c3650
branches:  trunk
changeset: 768683:9bce372c3650
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Aug 24 19:59:26 2011 +0000

description:
Remove two commented out and unused defines

diffstat:

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

diffs (17 lines):

diff -r 1257c8544e0f -r 9bce372c3650 sys/arch/usermode/include/pmap.h
--- a/sys/arch/usermode/include/pmap.h  Wed Aug 24 19:55:35 2011 +0000
+++ b/sys/arch/usermode/include/pmap.h  Wed Aug 24 19:59:26 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.4 2011/08/22 15:36:23 reinoud Exp $ */
+/* $NetBSD: pmap.h,v 1.5 2011/08/24 19:59:26 reinoud Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -30,7 +30,5 @@
 #define _ARCH_USERMODE_INCLUDE_PMAP_H
 
 #define        PMAP_GROWKERNEL         1
-//#define PMAP_MAP_POOLPAGE(x) (x)
-//#define PMAP_UNMAP_POOLPAGE(x)       (x)
 
 #endif /* !_ARCH_USERMODE_INCLUDE_PMAP_H */



Home | Main Index | Thread Index | Old Index