Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 12/11/2007 01:00:45
Module Name:	src
Committed By:	jmcneill
Date:		Tue Dec 11 01:00:45 UTC 2007

Modified Files:
	src/sys/kern: kern_pmf.c

Log Message:
Use malloc/free instead of kmem_alloc/kmem_free in pmf_event_inject, since
the latter is not safe to use from a softint. Pointed out by rmind.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/kern/kern_pmf.c

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