--- - branch: MAIN date: Sat Oct 30 16:14:09 UTC 2010 files: - new: '1.215' old: '1.214' path: src/sys/arch/arm/arm32/pmap.c pathrev: src/sys/arch/arm/arm32/pmap.c@1.215 type: modified id: 20101030T161409Z.c29af2b6d01b1d93934a16aa129c096a383c8c76 log: | 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 *. Tested on (uncommitted) i.MX35 (ARM1136). module: src subject: 'CVS commit: src/sys/arch/arm/arm32' unixtime: '1288455249' user: uebayasi