x86: remove (null) in /sys kernel_page_tables
authorYinghai Lu <yinghai@kernel.org>
Tue, 14 Apr 2009 06:51:46 +0000 (23:51 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Apr 2009 09:50:22 +0000 (11:50 +0200)
Impact: cleanup

%p prints out 0x000000000000000 as (null)
so use %lx instead.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <49E43282.1090607@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found