diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-01 16:23:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-01 16:23:02 +0000 |
commit | 591fcfe9913084bcaa296755905583cfd334f887 (patch) | |
tree | f0592451d556b0fd2eb532186f7b3ea01a92b9cb /sys | |
parent | e3a2b80f820da7846e272f034969c76e4c1681fe (diff) |
modern tlb bits
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/include/pte.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/pte.h b/sys/arch/hppa/include/pte.h index d6f5f7650e9..1ecc2a78406 100644 --- a/sys/arch/hppa/include/pte.h +++ b/sys/arch/hppa/include/pte.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pte.h,v 1.9 2002/03/15 21:44:18 mickey Exp $ */ +/* $OpenBSD: pte.h,v 1.10 2002/04/01 16:23:01 mickey Exp $ */ /* * Copyright (c) 1990,1993,1994 The University of Utah and @@ -55,7 +55,7 @@ typedef u_int32_t pt_entry_t; #define TLB_UNCACHABLE 0x00080000 #define TLB_PID_MASK 0x0000fffe -#define TLB_BITS "\020\024U\031W\032X\033N\034B\035D\036T\037A\040R" +#define TLB_BITS "\020\024U\031W\032X\033N\034B\035D\036R\037H" /* protection for a gateway page */ #define TLB_GATE_PROT 0x04c00000 |