On Wed, Feb 03, 2010 at 03:06:00AM +0900, Masao Uebayashi wrote: > > I need to add zero-page to support XIP. Unallocated blocks are redirected > to this. Basically it's a static simgle page filled with zero.
Perhaps "pageofzeroes" would be a less confusing -- though longer -- name? Something named pmap_zeropage looks to me as if it's likely to be a function which zeroes a page. Thor