From ca1c7fedd990e6b1e7244233df5a6a638f0e4e31 Mon Sep 17 00:00:00 2001 From: Thomas Graichen Date: Sun, 22 Dec 1996 15:19:07 +0000 Subject: update the pmax stuff to NetBSD 961107 - this version i got somehow compiled on my decstation 2100 (PLUTO) - but it will not fully work out of the box - but i want to bring it into the tree because i get my own pmax on 961228 - so that i have a good startpoint then :-) all the OpenBSD changes to the pmax tree will follow in the next commit --- sys/arch/pmax/include/pmap.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/arch/pmax/include/pmap.h') 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_ */ -- cgit v1.2.3