summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2000-08-31 16:11:20 +0000
committergallatin <gallatin@FreeBSD.org>2000-08-31 16:11:20 +0000
commitc7b18640f73d1506099681f39168ca0e94146d46 (patch)
tree3be9486b7712de41f8e0a87a463ebb84aa7ea2dd /sys/alpha
parentd33a112295c90179ce0e69180cf199c68bac3bc6 (diff)
downloadFreeBSD-src-c7b18640f73d1506099681f39168ca0e94146d46.zip
FreeBSD-src-c7b18640f73d1506099681f39168ca0e94146d46.tar.gz
fix a typo introduced by Doug's busspace changes that causes UP1000s to
crash very early in the boot process with a ksp not valid halt to the SRM. submitted by: dfr
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/pci/irongate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/irongate.c b/sys/alpha/pci/irongate.c
index 3983cca..4cfdd74 100644
--- a/sys/alpha/pci/irongate.c
+++ b/sys/alpha/pci/irongate.c
@@ -119,7 +119,7 @@ void
irongate_init()
{
static int initted = 0;
- struct bwx_space io_space, mem_space;
+ static struct bwx_space io_space, mem_space;
if (initted) return;
initted = 1;
OpenPOWER on IntegriCloud