Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 06/11/2000 00:50:13
Module Name:	syssrc
Committed By:	ragge
Date:		Sun Jun 11 07:50:13 UTC 2000

Modified Files:
	syssrc/sys/arch/vax/include: cpu.h
	syssrc/sys/arch/vax/vax: ka820.c multicpu.c pmap.c

Log Message:
Allow printf's from slave CPUs by stealing the v_putc function.
Easier than expected because the printout lock is hold in the higher levels.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/arch/vax/include/cpu.h
cvs rdiff -r1.23 -r1.24 syssrc/sys/arch/vax/vax/ka820.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/vax/vax/multicpu.c
cvs rdiff -r1.81 -r1.82 syssrc/sys/arch/vax/vax/pmap.c

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