aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2000-08-31 16:11:20 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2000-08-31 16:11:20 +0000
commit2d47df31fb4ebe929c49e042063a0200613944c4 (patch)
tree4217aa37af5e189f0e182c80c8f9c257d657fd17 /sys
parent998651fdc7a4874971047c88590d3724cb253137 (diff)
downloadsrc-2d47df31fb4ebe929c49e042063a0200613944c4.tar.gz
src-2d47df31fb4ebe929c49e042063a0200613944c4.zip
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
Notes
Notes: svn path=/head/; revision=65296
Diffstat (limited to 'sys')
-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 3983ccac5868..4cfdd746dc60 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;