diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-25 17:26:07 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-25 17:26:07 +0000 |
commit | 6c20cc784bb110138321b30c5d8ba16db8e03857 (patch) | |
tree | 1c3d750bc8740a23d4540868c32dc0c56763d05d | |
parent | 50fdf3b65df722978234502452aa8720f8367c53 (diff) |
remove unused software bits
-rw-r--r-- | sys/arch/hppa/include/pte.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hppa/include/pte.h b/sys/arch/hppa/include/pte.h index ad7810589d6..3178cae6bde 100644 --- a/sys/arch/hppa/include/pte.h +++ b/sys/arch/hppa/include/pte.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pte.h,v 1.3 1998/11/23 03:28:23 mickey Exp $ */ +/* $OpenBSD: pte.h,v 1.4 1999/02/25 17:26:06 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -45,9 +45,7 @@ #define TLB_AR_URX 0x02f00000 #define TLB_AR_URWX 0x03f00000 #define TLB_UNCACHEABLE 0x00080000 -#define TLB_ICACHE 0x00040000 /* software only */ #define TLB_NOTUSED 0x00020000 /* software only */ -#define TLB_DCACHE 0x00010000 /* software only */ #define TLB_PID_MASK 0x0000fffe #define TLB_WIRED 0x00000001 /* software only */ @@ -57,9 +55,7 @@ #define TLB_DIRTY_POS 3 #define TLB_BREAK_POS 4 #define TLB_ITLB_POS 12 -#define TLB_ICACHE_POS 13 #define TLB_DTLB_POS 14 -#define TLB_DCACHE_POS 15 #define TLB_WIRED_POS 31 /* protection for a gateway page */ |