Allow userland access to pd_entry_t and pt_entry_t, like the old pte.h

used to do.  Also, RCS ID police.
This commit is contained in:
thorpej 1998-02-06 21:58:05 +00:00
parent 0ed5e261c4
commit 2d1cb11d5b
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: pte.h,v 1.11 1998/02/06 21:58:05 thorpej Exp $ */
/*
*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@ -125,7 +127,7 @@
* pmap to another.
*/
#if defined(_KERNEL) && !defined(_LOCORE)
#if !defined(_LOCORE)
/*
* here we define the data types for PDEs and PTEs