summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-01-12 23:37:50 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-01-12 23:37:50 +0000
commitf316f333aaeed9fb8b1bc8a936d9119680da4b04 (patch)
treed405bbf0d42b202957bd50805fb25f994a2be515 /sys/arch/hppa
parent961175086f1159fdc7b6e042e882711716b8007e (diff)
fix PTE_BITS
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/include/pte.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/pte.h b/sys/arch/hppa/include/pte.h
index e5b4a765b6e..9e550cf5f02 100644
--- a/sys/arch/hppa/include/pte.h
+++ b/sys/arch/hppa/include/pte.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pte.h,v 1.7 1999/11/16 16:47:38 mickey Exp $ */
+/* $OpenBSD: pte.h,v 1.8 2001/01/12 23:37:49 mickey Exp $ */
/*
* Copyright (c) 1990,1993,1994 The University of Utah and
@@ -50,7 +50,7 @@
#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_BITS "\020\024U\031W\032X\033N\034B\035D\036T\037A\040R"
#define TLB_REF_POS 0
#define TLB_ALIGNED_POS 1