x86: Clean up dump_pagetable()
authorAkinobu Mita <akinobu.mita@gmail.com>
Sat, 27 Jun 2009 06:35:15 +0000 (15:35 +0900)
committerIngo Molnar <mingo@elte.hu>
Mon, 29 Jun 2009 04:14:42 +0000 (06:14 +0200)
Use pgtable access helpers for 32-bit version dump_pagetable()
and get rid of __typeof__() operators. This needs to make
pmd_pfn() available for 2-level pgtable.

Also, remove some casts for 64-bit version dump_pagetable().

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
LKML-Reference: <20090627063514.GA2834@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found