Mindaugas Rasiukevicius wrote: > Hello, > >> Module Name: src >> Committed By: cegger >> Date: Sat Nov 7 07:27:50 UTC 2009 >> >> ... >> >> Log Message: >> Add a flags argument to pmap_kenter_pa(9). >> Patch showed on tech-kern@ >> http://mail-index.netbsd.org/tech-kern/2009/11/04/msg006434.html >> No objections. >> > > Since we have flags argument now, I think PMAP_KMPAGE and friends should > no longer be glued together with prot. >
Agree. Also ports which have their own PMAP_NOCACHE and glue it together with prot should implement the flags argument and switch to PMAP_NOCACHE. Christoph