From 5a0b5a870bdc92e9fb6a5c90b0dd5ff4a4f9d691 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 16 Nov 1999 16:42:30 +0000 Subject: hpt_hashsize no more, using cr24 instead --- sys/arch/hppa/include/pmap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/hppa/include/pmap.h') diff --git a/sys/arch/hppa/include/pmap.h b/sys/arch/hppa/include/pmap.h index 2d370e2b601..f9e67ffbfed 100644 --- a/sys/arch/hppa/include/pmap.h +++ b/sys/arch/hppa/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.9 1999/07/21 05:38:03 mickey Exp $ */ +/* $OpenBSD: pmap.h,v 1.10 1999/11/16 16:42:29 mickey Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -113,7 +113,6 @@ struct hpt_entry { }; #ifdef _KERNEL extern struct hpt_entry *hpt_table; -extern u_int hpt_hashsize; #endif /* _KERNEL */ /* -- cgit v1.2.3