summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
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