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
This commit is contained in:
Andrew Gallatin 2000-08-31 16:11:20 +00:00
parent 998651fdc7
commit 2d47df31fb
1 changed files with 1 additions and 1 deletions

View File

@ -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;