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 G.C.



details:   https://anonhg.NetBSD.org/src/rev/d9522a47d93f
branches:  trunk
changeset: 482879:d9522a47d93f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Feb 24 17:18:30 2000 +0000

description:
G.C.

diffstat:

 sys/arch/sh3/include/pte.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (21 lines):

diff -r 20908d48ee64 -r d9522a47d93f sys/arch/sh3/include/pte.h
--- a/sys/arch/sh3/include/pte.h        Thu Feb 24 17:12:10 2000 +0000
+++ b/sys/arch/sh3/include/pte.h        Thu Feb 24 17:18:30 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pte.h,v 1.2 2000/01/14 16:06:11 msaitoh Exp $  */
+/*     $NetBSD: pte.h,v 1.3 2000/02/24 17:18:30 msaitoh Exp $  */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -87,11 +87,4 @@
 #define        PG_WT           0x00000001      /* write through */
 #endif
 
-#ifndef _LOCORE
-#ifdef _KERNEL
-/* utilities defined in pmap.c */
-extern pt_entry_t *Sysmap;
-#endif
-#endif
-
 #endif /* !_SH3_PTE_H_ */



Home | Main Index | Thread Index | Old Index