Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/31/1999 16:22:45
Module Name:	src
Committed By:	thorpej
Date:		Thu Apr  1 00:22:45 UTC 1999

Modified Files:
	src/sys/kern: init_main.c
Log Message:
Call cpu_startup() immediately after uvm_init(), but before mbinit().
Call configure() directly immediately after config_init().

This causes autoconfiguration to happen at the same time as before, but
creates some kernel submaps earlier, so that e.g. mbinit() can now
allocate memory.