summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/pmap.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-11-16 16:42:30 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-11-16 16:42:30 +0000
commit5a0b5a870bdc92e9fb6a5c90b0dd5ff4a4f9d691 (patch)
tree9637aa2347db911b7d82949e6d69e086e5b3199f /sys/arch/hppa/include/pmap.h
parent88f5a3a2b8e27090e4b5e18bd1ccdf2e2cfdb7db (diff)
hpt_hashsize no more, using cr24 instead
Diffstat (limited to 'sys/arch/hppa/include/pmap.h')
-rw-r--r--sys/arch/hppa/include/pmap.h3
1 files changed, 1 insertions, 2 deletions
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 */
/*