Re: svn commit: r187151 - head/sys/powerpc/booke

2009-01-13 Thread Rafal Jaworowski
Alan Cox wrote: > Both the BookE and MIPS pmap modules need to have their get_pv_entry() > functions updated. Their implementations of get_pv_entry() look like > what I would expect to find in FreeBSD 4. For example, the modern > equivalent of pmap_collect() is performed synchronously from > get_

Re: svn commit: r187151 - head/sys/powerpc/booke

2009-01-13 Thread Alan Cox
Both the BookE and MIPS pmap modules need to have their get_pv_entry() functions updated. Their implementations of get_pv_entry() look like what I would expect to find in FreeBSD 4. For example, the modern equivalent of pmap_collect() is performed synchronously from get_pv_entry() rather than

svn commit: r187151 - head/sys/powerpc/booke

2009-01-13 Thread Rafal Jaworowski
Author: raj Date: Tue Jan 13 16:15:49 2009 New Revision: 187151 URL: http://svn.freebsd.org/changeset/base/187151 Log: Clean up BookE pmap. Improve comments, eliminate redundant debug output, fix style(9) and other minor tweaks for code readability. Obtained from:Freescale, S