Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-6] src/sys/arch/usermode/usermode
Module Name: src
Committed By: riz
Date: Wed Mar 7 23:23:51 UTC 2012
Modified Files:
src/sys/arch/usermode/usermode [netbsd-6]: pmap.c
Log Message:
Pull up following revision(s) (requested by reinoud in ticket #78):
sys/arch/usermode/usermode/pmap.c: revision 1.103
Move from pool(9) to kmem_zalloc(9) for L2 page tables. A pool with PAGE_SIZE
elements is accepted but seems to panic now and then claiming it can't find
the header info.
XXX should this be PR'd?
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.102.2.1 src/sys/arch/usermode/usermode/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index