summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-08-31 00:23:17 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-08-31 00:23:17 +0000
commitc874fd8000145ac0aeb0c8c1feab7ac145b95d81 (patch)
tree9ef08fc555034ca5e963fc0432e2946e9f8a86db
parent7c88f1d6bb051d3688736a51a30adca725b2ff61 (diff)
pdc_model needs to be visible from cpu.c
-rw-r--r--sys/arch/hppa/hppa/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c
index 2e038274d0a..46d5ecb3d73 100644
--- a/sys/arch/hppa/hppa/machdep.c
+++ b/sys/arch/hppa/hppa/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.111 2003/08/20 03:15:44 mickey Exp $ */
+/* $OpenBSD: machdep.c,v 1.112 2003/08/31 00:23:16 miod Exp $ */
/*
* Copyright (c) 1999-2002 Michael Shalayeff
@@ -131,6 +131,7 @@ int machine_ledword, machine_leds;
*/
struct pdc_cache pdc_cache PDC_ALIGNMENT;
struct pdc_btlb pdc_btlb PDC_ALIGNMENT;
+struct pdc_model pdc_model PDC_ALIGNMENT;
/* w/ a little deviation should be the same for all installed cpus */
u_int cpu_itmr, cpu_ticksnum, cpu_ticksdenom, cpu_hzticks;
@@ -282,7 +283,6 @@ void
hppa_init(start)
paddr_t start;
{
- struct pdc_model pdc_model PDC_ALIGNMENT;
extern int kernel_text;
vaddr_t v, v1;
int error, cpu_features = 0;