summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */