Nuke dirty().

This commit is contained in:
mycroft 1994-10-09 13:23:21 +00:00
parent ebbc8e0476
commit 8295e4b8f2

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)pte.h 5.5 (Berkeley) 5/9/91
* $Id: pte.h,v 1.5 1994/08/15 14:49:16 mycroft Exp $
* $Id: pte.h,v 1.6 1994/10/09 13:23:21 mycroft Exp $
*/
/*
@ -93,11 +93,6 @@ typedef int pt_entry_t; /* Mach page table entry */
#define PGEX_W 0x02 /* during a Write cycle */
#define PGEX_U 0x04 /* access from User mode (UPL) */
/*
* Pte related macros
*/
#define dirty(pte) (*(pte) & PG_M)
#ifndef LOCORE
#ifdef KERNEL
/* utilities defined in pmap.c */