Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include remove SH3_PHYS_TO_P1SEG macro
details: https://anonhg.NetBSD.org/src/rev/13024a6802cb
branches: trunk
changeset: 480531:13024a6802cb
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Jan 14 21:02:40 2000 +0000
description:
remove SH3_PHYS_TO_P1SEG macro
diffstat:
sys/arch/sh3/include/pmap.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r b687bf3fafd5 -r 13024a6802cb sys/arch/sh3/include/pmap.h
--- a/sys/arch/sh3/include/pmap.h Fri Jan 14 19:41:36 2000 +0000
+++ b/sys/arch/sh3/include/pmap.h Fri Jan 14 21:02:40 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.2 1999/09/14 10:22:35 tsubai Exp $ */
+/* $NetBSD: pmap.h,v 1.3 2000/01/14 21:02:40 msaitoh Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -481,7 +481,6 @@
void pmap_emulate_reference __P((struct proc *, vaddr_t, int, int));
/* XXX */
-#define SH3_PHYS_TO_P1SEG(pa) (((pa) & 0x1fffffff) | SH3_P1SEG_BASE)
#define PG_U 0 /* referenced bit */
#endif /* _KERNEL */
Home |
Main Index |
Thread Index |
Old Index