Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/include Remove something accidentally included...
details: https://anonhg.NetBSD.org/src/rev/8e2481703d04
branches: trunk
changeset: 545486:8e2481703d04
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Apr 09 18:17:34 2003 +0000
description:
Remove something accidentally included in last commit.
diffstat:
sys/arch/i386/include/pmap.h | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (20 lines):
diff -r 4892e6273b4c -r 8e2481703d04 sys/arch/i386/include/pmap.h
--- a/sys/arch/i386/include/pmap.h Wed Apr 09 17:50:08 2003 +0000
+++ b/sys/arch/i386/include/pmap.h Wed Apr 09 18:17:34 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.71 2003/04/02 07:35:59 thorpej Exp $ */
+/* $NetBSD: pmap.h,v 1.72 2003/04/09 18:17:34 thorpej Exp $ */
/*
*
@@ -504,10 +504,5 @@
#define PMAP_FORK
#endif /* USER_LDT */
-/*
- * Hooks for the pool allocator.
- */
-#define POOL_VTOPHYS(va) vtophys((vaddr_t) (va))
-
#endif /* _KERNEL */
#endif /* _I386_PMAP_H_ */
Home |
Main Index |
Thread Index |
Old Index