From 591fcfe9913084bcaa296755905583cfd334f887 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 1 Apr 2002 16:23:02 +0000 Subject: modern tlb bits --- sys/arch/hppa/include/pte.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/hppa/include/pte.h b/sys/arch/hppa/include/pte.h index d6f5f7650e9..1ecc2a78406 100644 --- a/sys/arch/hppa/include/pte.h +++ b/sys/arch/hppa/include/pte.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pte.h,v 1.9 2002/03/15 21:44:18 mickey Exp $ */ +/* $OpenBSD: pte.h,v 1.10 2002/04/01 16:23:01 mickey Exp $ */ /* * Copyright (c) 1990,1993,1994 The University of Utah and @@ -55,7 +55,7 @@ typedef u_int32_t pt_entry_t; #define TLB_UNCACHABLE 0x00080000 #define TLB_PID_MASK 0x0000fffe -#define TLB_BITS "\020\024U\031W\032X\033N\034B\035D\036T\037A\040R" +#define TLB_BITS "\020\024U\031W\032X\033N\034B\035D\036R\037H" /* protection for a gateway page */ #define TLB_GATE_PROT 0x04c00000 -- cgit v1.2.3