Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/08/2007 15:51:03
Module Name:	src
Committed By:	ad
Date:		Mon Oct  8 15:51:03 UTC 2007

Modified Files:
	src/sys/conf: files
	src/sys/kern: kern_cpu.c
Added Files:
	src/sys/kern: kern_softint.c
	src/sys/sys: intr.h

Log Message:
Add stubs that provide new soft interrupt API from the vmlocking branch.
For now these just pass through to the current softintr code.

(The naming is different to allow softint/softintr to co-exist for a while.
I'm hoping that should make it easier to transition.)


To generate a diff of this commit:
cvs rdiff -r1.866 -r1.867 src/sys/conf/files
cvs rdiff -r1.7 -r1.8 src/sys/kern/kern_cpu.c
cvs rdiff -r0 -r1.2 src/sys/kern/kern_softint.c
cvs rdiff -r0 -r1.2 src/sys/sys/intr.h

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