diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/include/pte.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/pte.h b/sys/arch/hppa/include/pte.h index 638a6d2df52..e5b4a765b6e 100644 --- a/sys/arch/hppa/include/pte.h +++ b/sys/arch/hppa/include/pte.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pte.h,v 1.6 1999/09/02 06:16:58 mickey Exp $ */ +/* $OpenBSD: pte.h,v 1.7 1999/11/16 16:47:38 mickey Exp $ */ /* * Copyright (c) 1990,1993,1994 The University of Utah and @@ -50,6 +50,8 @@ #define TLB_PID_MASK 0x0000fffe #define TLB_WIRED 0x00000001 /* software only */ +#define TLB_BITS "\020\024C\025U\031W\032X\033N\034B\035D\036T\037A\040R" + #define TLB_REF_POS 0 #define TLB_ALIGNED_POS 1 #define TLB_TRAP_POS 2 |