Subject: CVS commit: src/sys/arch/hpcsh/hpcsh
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/20/2006 03:55:55
Module Name:	src
Committed By:	uwe
Date:		Fri Jan 20 03:55:55 UTC 2006

Modified Files:
	src/sys/arch/hpcsh/hpcsh: kloader_machdep.c

Log Message:
Use uint32_t.  Declare jump and boot functions noreturn.  Move scratch
variable to outputs of the asm statement that tweaks sr, so that gcc
doesn't insist on it being initialized.  Move boot function template
closer to instantiation.  Misc prettification.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/hpcsh/hpcsh/kloader_machdep.c

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