Subject: CVS commit: src/sys/arch/m68k
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 03/04/2007 01:54:07
Module Name: src
Committed By: tsutsui
Date: Sun Mar 4 01:54:06 UTC 2007
Added Files:
src/sys/arch/m68k/include: softintr.h
src/sys/arch/m68k/m68k: softintr.c
Log Message:
Add common soft interrupt routines for m68k ports which use
hp300 derived simulated software interrupt with VAX REI emulation.
Just taken from hp300/hp300/softintr.c and sys/arch/hp300/include/intr.h.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/m68k/include/softintr.h
cvs rdiff -r0 -r1.1 src/sys/arch/m68k/m68k/softintr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.