diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-18 00:28:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-18 00:28:38 +0000 |
commit | 567b8d71a84ccbfec00fb59d52dfd6867296f64d (patch) | |
tree | dfcd7958d893ae00faf51af7d859bc02ab0528b1 /sys/arch/pmax/tc/tc_subr.c | |
parent | d414ee5831ad97169bd77cf57b15b084f79e46f2 (diff) |
new cpureg.h from NetBSD plus modifications to use the changed macro names
Diffstat (limited to 'sys/arch/pmax/tc/tc_subr.c')
-rw-r--r-- | sys/arch/pmax/tc/tc_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/tc/tc_subr.c b/sys/arch/pmax/tc/tc_subr.c index 8cb7487cae0..6e01cb20a21 100644 --- a/sys/arch/pmax/tc/tc_subr.c +++ b/sys/arch/pmax/tc/tc_subr.c @@ -74,7 +74,7 @@ static int tc_consprobeslot __P((tc_addr_t slotaddr)); /*#include <pmax/pmax/nameglue.h>*/ -#define KV(x) ((tc_addr_t)MACH_PHYS_TO_UNCACHED(x)) +#define KV(x) ((tc_addr_t)MIPS_PHYS_TO_KSEG1(x)) |