Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/17/1999 13:11:58
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Sep 17 20:11:58 UTC 1999

Modified Files:
	syssrc/sys/kern: init_main.c subr_autoconf.c

Log Message:
- Centralize the declaration and clearing of `cold'.
- Call configure() after setting up proc0.
- Call initclocks() from configure(), after cpu_configure().  Once the
  clocks are running, clear `cold'.  Then run interrupt-driven
  autoconfiguration.


To generate a diff of this commit:
cvs rdiff -r1.155 -r1.156 syssrc/sys/kern/init_main.c
cvs rdiff -r1.42 -r1.43 syssrc/sys/kern/subr_autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.