From 45d9a704043bb6d903980ddb43fdab60b7b817c6 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 26 Oct 2004 21:27:09 +0000 Subject: there is nothing about cache associativity in there --- sys/arch/hppa/include/pdc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h index 4f566a57827..4edb4cedc5d 100644 --- a/sys/arch/hppa/include/pdc.h +++ b/sys/arch/hppa/include/pdc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pdc.h,v 1.29 2004/09/14 22:11:25 mickey Exp $ */ +/* $OpenBSD: pdc.h,v 1.30 2004/10/26 21:27:08 mickey Exp $ */ /* * Copyright (c) 1990 mt Xinu, Inc. All rights reserved. @@ -331,8 +331,8 @@ struct cache_cf { /* PDC_CACHE (for "struct pdc_cache") */ cc_wt : 1, /* D-cache: write-to = 0, write-through = 1 */ cc_sh : 2, /* separate I and D = 0, shared I and D = 1 */ cc_cst : 3, /* D-cache: incoherent = 0, coherent = 1 */ - cc_resv2: 5, /* (reserved) */ - cc_assoc: 8; /* D-cache: associativity of cache */ + cc_resv2:11, /* (reserved) */ + cc_hvers: 2; /* H-VERSION dependent */ }; struct tlb_cf { /* PDC_CACHE (for "struct pdc_cache") */ -- cgit v1.2.3