summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/pmap.h')
-rw-r--r--sys/amd64/include/pmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index 3fe1248..f9baf22 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -42,7 +42,7 @@
*
* from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
* from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
- * $Id$
+ * $Id: pmap.h,v 1.4 1993/10/15 10:07:44 rgrimes Exp $
*/
#ifndef _PMAP_MACHINE_
@@ -228,6 +228,6 @@ pv_entry_t pv_table; /* array of entries, one per page */
#define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
-#endif KERNEL
+#endif /* KERNEL */
-#endif _PMAP_MACHINE_
+#endif /* _PMAP_MACHINE_ */
OpenPOWER on IntegriCloud