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:
parent
0ed5e261c4
commit
2d1cb11d5b
@ -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.
|
* Copyright (c) 1997 Charles D. Cranor and Washington University.
|
||||||
@ -125,7 +127,7 @@
|
|||||||
* pmap to another.
|
* pmap to another.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(_KERNEL) && !defined(_LOCORE)
|
#if !defined(_LOCORE)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* here we define the data types for PDEs and PTEs
|
* here we define the data types for PDEs and PTEs
|
||||||
|
Loading…
Reference in New Issue
Block a user