Subject: CVS commit: syssrc/sys/arch/vax/boot/common
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 12/02/2002 22:23:33
Module Name:	syssrc
Committed By:	ragge
Date:		Mon Dec  2 20:23:33 UTC 2002

Modified Files:
	syssrc/sys/arch/vax/boot/common: srt0.S

Log Message:
Revert Jason's changes to the boot startup code:
- All regs must be saved before any register is altered.
- movc{3,5} alters r0-r5, so clearing bss would clear the text instead.
This needs more thinking/testing to get it work correct; there are
different ways different CPUs call "boot".


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/vax/boot/common/srt0.S

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