summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-09-02 06:16:59 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-09-02 06:16:59 +0000
commitce8ba7be15fc8d684be457578654e6d55ee623c0 (patch)
treebacc8fdc8665c75dbd5b0534b589a2c6d019877a
parent20548aa93ba46a28ff595eb1ef6cbe47586d85e6 (diff)
add uncaceable, per pa1.1 manual
-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 e02de5e7529..638a6d2df52 100644
--- a/sys/arch/hppa/include/pte.h
+++ b/sys/arch/hppa/include/pte.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pte.h,v 1.5 1999/09/02 05:43:38 mickey Exp $ */
+/* $OpenBSD: pte.h,v 1.6 1999/09/02 06:16:58 mickey Exp $ */
/*
* Copyright (c) 1990,1993,1994 The University of Utah and
@@ -43,7 +43,7 @@
#define TLB_AR_URW 0x01f00000
#define TLB_AR_URX 0x02f00000
#define TLB_AR_URWX 0x03f00000
-#define TLB_ZERO 0x00080000 /* software only */
+#define TLB_UNCACHEABLE 0x00080000
#define TLB_ICACHE 0x00040000 /* software only */
#define TLB_NOTUSED 0x00020000 /* software only */
#define TLB_DCACHE 0x00010000 /* software only */