Module Name: src
Committed By: reinoud
Date: Wed Aug 24 19:59:26 UTC 2011
Modified Files:
src/sys/arch/usermode/include: pmap.h
Log Message:
Remove two commented out and unused defines
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/usermode/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/usermode/include/pmap.h
diff -u src/sys/arch/usermode/include/pmap.h:1.4 src/sys/arch/usermode/include/pmap.h:1.5
--- src/sys/arch/usermode/include/pmap.h:1.4 Mon Aug 22 15:36:23 2011
+++ src/sys/arch/usermode/include/pmap.h Wed Aug 24 19:59:26 2011
@@ -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 <[email protected]>
@@ -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 */