From 2d47df31fb4ebe929c49e042063a0200613944c4 Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Thu, 31 Aug 2000 16:11:20 +0000 Subject: [PATCH] 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(-) diff --git a/sys/alpha/pci/irongate.c b/sys/alpha/pci/irongate.c index 3983ccac586..4cfdd746dc6 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;