From 462f841745e7958a229610a4402a824e311bf577 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 23 Oct 2006 20:34:30 +0000 Subject: Move towards winter. --- sys/arch/landisk/landisk/autoconf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/landisk') 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 #include -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 -- cgit v1.2.3