This commit is contained in:
msaitoh 2000-02-24 17:18:30 +00:00
parent aea97a5a17
commit dddc24af60
1 changed files with 1 additions and 8 deletions

View File

@ -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 @@ typedef int pt_entry_t; /* Mach page table entry */
#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_ */