summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-01-14 12:17:08 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-01-14 12:17:08 +0000
commit1eb89ea242f33ff47176c75757713eb92fe847a1 (patch)
treefec6bcb86a85bfbd65af49ff14eeeacdf7596d97 /sys/arch/hppa
parentfed60d78666043f952a828e5b9afc3c920dc63a8 (diff)
need pdc_hwtlb always; pt out by herr weissmanndude
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/hppa/machdep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c
index 503840d524b..cc0891eb0ec 100644
--- a/sys/arch/hppa/hppa/machdep.c
+++ b/sys/arch/hppa/hppa/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.95 2003/01/13 19:53:34 mickey Exp $ */
+/* $OpenBSD: machdep.c,v 1.96 2003/01/14 12:17:07 mickey Exp $ */
/*
* Copyright (c) 1999-2002 Michael Shalayeff
@@ -179,9 +179,7 @@ void hppa_user2frame(struct trapframe *sf, struct trapframe *tf);
/*
* wide used hardware params
*/
-#if defined(HP7100LC_CPU) || defined(HP7300LC_CPU)
struct pdc_hwtlb pdc_hwtlb PDC_ALIGNMENT;
-#endif
struct pdc_coproc pdc_coproc PDC_ALIGNMENT;
struct pdc_coherence pdc_coherence PDC_ALIGNMENT;
struct pdc_spidb pdc_spidbits PDC_ALIGNMENT;