diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-05 23:25:56 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-05 23:25:56 +0000 |
commit | d0ba28a350b4bad5a4259dc0b1d0785d03c72913 (patch) | |
tree | a6e6090bb14d5c9c450c970e036808b5038fec1a /sys/arch/i386/include/pte.h | |
parent | d6caa78e2b3bfe6943a022d56e396604cf4f8a65 (diff) |
PMAP_NEW and UVM are no longer optional on i386.
Diffstat (limited to 'sys/arch/i386/include/pte.h')
-rw-r--r-- | sys/arch/i386/include/pte.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/include/pte.h b/sys/arch/i386/include/pte.h index 711716cf5ff..b23165108f7 100644 --- a/sys/arch/i386/include/pte.h +++ b/sys/arch/i386/include/pte.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pte.h,v 1.4 2001/01/26 23:05:29 mickey Exp $ */ +/* $OpenBSD: pte.h,v 1.5 2001/05/05 23:25:49 art Exp $ */ /* $NetBSD: pte.h,v 1.11 1998/02/06 21:58:05 thorpej Exp $ */ /* @@ -171,9 +171,6 @@ typedef u_int32_t pt_entry_t; /* PTE */ #define PG_PS 0x00000080 /* 4MB page size */ #define PG_G 0x00000100 /* global, don't TLB flush */ #define PG_AVAIL1 0x00000200 /* ignored by hardware */ -#ifndef PMAP_NEW -#define PG_W PG_AVAIL1 /* page is wired */ -#endif #define PG_AVAIL2 0x00000400 /* ignored by hardware */ #define PG_AVAIL3 0x00000800 /* ignored by hardware */ #define PG_FRAME 0xfffff000 /* page frame mask */ |