Subject: CVS commit: syssrc/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 10/01/2002 22:36:07
Module Name:	syssrc
Committed By:	fvdl
Date:		Tue Oct  1 19:36:07 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/i386: pmap.c

Log Message:
Don't use pool(9) for TLB shootdown queue elements. Recent pool
changes made the usage here clash with the pool code, and the
pool code is overkill for this case (fixed number of elements,
always NOWAIT).

Use a simple static freelist allocator instead (pv_list-like).


To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 syssrc/sys/arch/i386/i386/pmap.c

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