Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 02/27/1999 05:11:22
Module Name:	src
Committed By:	pk
Date:		Sat Feb 27 13:11:22 UTC 1999

Modified Files:
	src/sys/arch/sparc/sparc: cache.c cpu.c cpuvar.h
Log Message:
Do not call printf() from a CPU that is spinning up; defer the probe
messages to cpu_attach() where the boot processor takes care of them.
This also necessitates a slight change in the way the FPU name is stored.