[PATCH] make page_owner handle non-contiguous page ranges

2005-02-03 Thread Dave Hansen
While super-nifty, the new page_owner code assumes a contiguous mem_map, which we don't all have. This patch changes the iterator in the read_page_owner() to be a pfn instead of a 'struct page'. This makes it easy to jump around to different non-contiuous 'struct pages' as with the

[PATCH] make page_owner handle non-contiguous page ranges

2005-02-03 Thread Dave Hansen
While super-nifty, the new page_owner code assumes a contiguous mem_map, which we don't all have. This patch changes the iterator in the read_page_owner() to be a pfn instead of a 'struct page'. This makes it easy to jump around to different non-contiuous 'struct pages' as with the