summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/hppa64/machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa64/hppa64/machdep.c')
-rw-r--r--sys/arch/hppa64/hppa64/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/hppa64/machdep.c b/sys/arch/hppa64/hppa64/machdep.c
index 68e9788f868..b0d424d717d 100644
--- a/sys/arch/hppa64/hppa64/machdep.c
+++ b/sys/arch/hppa64/hppa64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.26 2010/07/24 21:27:57 kettenis Exp $ */
+/* $OpenBSD: machdep.c,v 1.27 2010/11/20 20:33:23 miod Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -121,7 +121,6 @@ u_int fpu_version;
dev_t bootdev;
int physmem, resvmem, resvphysmem, esym;
-paddr_t avail_end;
/*
* Things for MI glue to stick on.
@@ -182,6 +181,7 @@ hppa_init(start)
{
extern int kernel_text;
int error;
+ paddr_t avail_end;
mtctl((long)&cpu0_info, 24);