summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-11-16 16:47:39 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-11-16 16:47:39 +0000
commit5b6e2382bd18ed92a5e14e350e2a9f68a0fba4ca (patch)
treec66d45890d8f3de1be4ca7fd70815111ced4d823 /sys/arch/hppa
parentb00841730090c82c592b51b21977abb49c11f30d (diff)
define TLB_BITS for %b
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/include/pte.h4
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