CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/12/22 18:12:33
Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: force the pool of pmapvp onto PAGE_SIZE allocations by specifying a pool allocator. pmapvp is 1024 bytes, and the size * 8 change in pools without an allocator being specified tries to place it on large pages. you need pmap to use large pages, and pmap isnt set up yet. fixed a very early fault on macppc. debugged with and tested by krw@ ok deraadt@ krw@