summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/include/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pmax/include/pmap.h')
-rw-r--r--sys/arch/pmax/include/pmap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/pmax/include/pmap.h b/sys/arch/pmax/include/pmap.h
index 4c5b9ca5b7e..fb948a7ed87 100644
--- a/sys/arch/pmax/include/pmap.h
+++ b/sys/arch/pmax/include/pmap.h
@@ -102,6 +102,9 @@ struct pmap kernel_pmap_store;
#define pmap_kernel() (&kernel_pmap_store)
#endif /* _KERNEL */
-#endif /* _PMAP_MACHINE_ */
+/* Stuff from the NetBSD mips tree TTTTT */
#define pmax_trunc_seg(a) mips_trunc_seg(a)
#define pmax_round_seg(a) mips_round_seg(a)
+/* End of stuff from the NetBSD mips tree TTTTT */
+
+#endif /* _PMAP_MACHINE_ */