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 Bring pmap.h to new world order.
details: https://anonhg.NetBSD.org/src/rev/e794fe8508ee
branches: trunk
changeset: 761021:e794fe8508ee
user: haad <haad%NetBSD.org@localhost>
date: Tue Jan 18 23:02:36 2011 +0000
description:
Bring pmap.h to new world order.
diffstat:
sys/arch/usermode/include/pmap.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 7a58ed362a7c -r e794fe8508ee sys/arch/usermode/include/pmap.h
--- a/sys/arch/usermode/include/pmap.h Tue Jan 18 22:21:22 2011 +0000
+++ b/sys/arch/usermode/include/pmap.h Tue Jan 18 23:02:36 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.2 2009/10/21 16:06:59 snj Exp $ */
+/* $NetBSD: pmap.h,v 1.3 2011/01/18 23:02:36 haad Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -33,7 +33,7 @@
#define PMAP_MAP_POOLPAGE(x) (x)
#define PMAP_UNMAP_POOLPAGE(x) (x)
-typedef struct pmap {
-} *pmap_t;
+struct pmap {
+};
#endif /* !_ARCH_USERMODE_INCLUDE_PMAP_H */
Home |
Main Index |
Thread Index |
Old Index