diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-10-23 20:34:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-10-23 20:34:30 +0000 |
commit | 462f841745e7958a229610a4402a824e311bf577 (patch) | |
tree | dbb822dde7c7fe6228dd0c851a7491a12fbda822 /sys/arch/landisk | |
parent | ba370561492af0718b3f75635b0634a238be05dd (diff) |
Move towards winter.
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/landisk/autoconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/landisk/landisk/autoconf.c b/sys/arch/landisk/landisk/autoconf.c index 6d510576386..09eaa6d5ef2 100644 --- a/sys/arch/landisk/landisk/autoconf.c +++ b/sys/arch/landisk/landisk/autoconf.c @@ -48,7 +48,7 @@ #include <machine/bootinfo.h> #include <machine/intr.h> -int cold; +int cold = 1; struct device *booted_device; int booted_partition; @@ -69,6 +69,8 @@ cpu_configure(void) /* Configuration is finished, turn on interrupts. */ spl0(); + + cold = 0; } int |