Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cesfic/cesfic do not clear "cold" in MD code, that ...
details: https://anonhg.NetBSD.org/src/rev/9daa1fc2099f
branches: trunk
changeset: 454762:9daa1fc2099f
user: chs <chs%NetBSD.org@localhost>
date: Fri Sep 27 00:53:34 2019 +0000
description:
do not clear "cold" in MD code, that is done in MI code.
this instance was missed when that was changed 20 years ago.
diffstat:
sys/arch/cesfic/cesfic/autoconf.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r f2a8eecb7965 -r 9daa1fc2099f sys/arch/cesfic/cesfic/autoconf.c
--- a/sys/arch/cesfic/cesfic/autoconf.c Fri Sep 27 00:32:03 2019 +0000
+++ b/sys/arch/cesfic/cesfic/autoconf.c Fri Sep 27 00:53:34 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.26 2012/07/29 18:05:40 mlelstv Exp $ */
+/* $NetBSD: autoconf.c,v 1.27 2019/09/27 00:53:34 chs Exp $ */
/*
* Copyright (c) 1997, 1999
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.26 2012/07/29 18:05:40 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.27 2019/09/27 00:53:34 chs Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -145,7 +145,6 @@
panic("no mainbus found");
(void)spl0();
- cold = 0;
}
void
Home |
Main Index |
Thread Index |
Old Index