"Masao Uebayashi" wrote: > Module Name: src > Committed By: uebayasi > Date: Sat Oct 30 16:14:09 UTC 2010 > > Modified Files: > > src/sys/arch/arm/arm32: pmap.c > > Log Message: > > Pass struct vm_page_md * where possible. > > This causes 1% code increase, mainly because additional argument > (paddr_t) affects register usage. This will be fixed when per-page > data structure (struct vm_page) is redone, and physical address > can be retrieved from struct vm_page_md *.
Wasn't this a change that was still being actively discussed in the XIP thread on tech-kern? If so, could you please wait until a conclusion is reached before committing changes that are being debated/discussed? Cheers, Simon.