Subject: CVS commit: [nathanw_sa] syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/21/2002 02:00:52
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Jun 20 23:00:52 UTC 2002

Modified Files:
	syssrc/sys/arch/dreamcast/include [nathanw_sa]: Makefile
	syssrc/sys/arch/evbsh3/include [nathanw_sa]: Makefile
	syssrc/sys/arch/hpcsh/include [nathanw_sa]: Makefile
	syssrc/sys/arch/mmeye/include [nathanw_sa]: Makefile
	syssrc/sys/arch/sh3/include [nathanw_sa]: Makefile
	syssrc/sys/arch/sh3/sh3 [nathanw_sa]: sh3_machdep.c
Added Files:
	syssrc/sys/arch/dreamcast/include [nathanw_sa]: mcontext.h
	syssrc/sys/arch/evbsh3/include [nathanw_sa]: mcontext.h
	syssrc/sys/arch/hpcsh/include [nathanw_sa]: mcontext.h
	syssrc/sys/arch/mmeye/include [nathanw_sa]: mcontext.h
	syssrc/sys/arch/sh3/include [nathanw_sa]: mcontext.h

Log Message:
Machine-dependent kernel portion of {get,set}context().  From
Klaus Klein.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.8.6.1 syssrc/sys/arch/dreamcast/include/Makefile
cvs rdiff -r0 -r1.1.2.1 syssrc/sys/arch/dreamcast/include/mcontext.h
cvs rdiff -r1.16 -r1.16.6.1 syssrc/sys/arch/evbsh3/include/Makefile
cvs rdiff -r0 -r1.1.2.1 syssrc/sys/arch/evbsh3/include/mcontext.h
cvs rdiff -r1.8 -r1.8.6.1 syssrc/sys/arch/hpcsh/include/Makefile
cvs rdiff -r0 -r1.1.2.1 syssrc/sys/arch/hpcsh/include/mcontext.h
cvs rdiff -r1.14 -r1.14.6.1 syssrc/sys/arch/mmeye/include/Makefile
cvs rdiff -r0 -r1.1.2.1 syssrc/sys/arch/mmeye/include/mcontext.h
cvs rdiff -r1.15 -r1.15.6.1 syssrc/sys/arch/sh3/include/Makefile
cvs rdiff -r0 -r1.1.2.1 syssrc/sys/arch/sh3/include/mcontext.h
cvs rdiff -r1.41 -r1.41.6.1 syssrc/sys/arch/sh3/sh3/sh3_machdep.c

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