2006/7/8, Atsushi Nemoto <anemo@xxxxxxxxxxxxx>:
On Sat, 8 Jul 2006 16:39:44 +0200, "Franck Bui-Huu" <vagabon.xyz@xxxxxxxxx> wrote: > Did you check that show_mem() still works ? I'm not sure about that point. It should work, but this patch would make the output a bit better.
well I would say without this patch it should break. 'pfn' takes values between 0 and max_mapnr. This range includes memory holes, doens't it ? In that case what does pfn_to_page(pfn_inside_a_hole) ? -- Franck