Re: i386 pmap diff

2020-12-28 Thread Martin Pieuchot
On 23/12/20(Wed) 18:24, Mark Kettenis wrote: > Diff below switches the i386 pmap to use the modern km_alloc(9) > functions and uses IPL_VM for the pmap pool, following the example of > amd64. Diff below is the one I sent you last year. It has an "#if notyet" around the allocation that generates t

Re: i386 pmap diff

2020-12-23 Thread Hrvoje Popovski
On 23.12.2020. 18:24, Mark Kettenis wrote: > Diff below switches the i386 pmap to use the modern km_alloc(9) > functions and uses IPL_VM for the pmap pool, following the example of > amd64. > > Don't have easy access to an i386 machine right now, so this has only > been compile tested. > > ok (if

i386 pmap diff

2020-12-23 Thread Mark Kettenis
Diff below switches the i386 pmap to use the modern km_alloc(9) functions and uses IPL_VM for the pmap pool, following the example of amd64. Don't have easy access to an i386 machine right now, so this has only been compile tested. ok (if it works)? Index: arch/i386/i386/pmap.c