From c7b18640f73d1506099681f39168ca0e94146d46 Mon Sep 17 00:00:00 2001 From: gallatin Date: Thu, 31 Aug 2000 16:11:20 +0000 Subject: 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 --- sys/alpha/pci/irongate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/alpha') 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; -- cgit v1.1