xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 23 Dec 2010 21:25:29 +0000 (16:25 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 14 Mar 2011 15:17:12 +0000 (11:17 -0400)
commitfc25151d9ac7d809239fe68de0a1490b504bb94a
treecd9ef4fdd796c49affe1c3d432a0fd9581c58d64
parent2222e71bd6eff7b2ad026d4ee663b6327c5a49f5
xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set.

Only enabled if XEN_DEBUG is enabled. We print a warning
when:

 pfn_to_mfn(pfn) == pfn, but no VM_IO (_PAGE_IOMAP) flag set
(and pfn is an identity mapped pfn)
 pfn_to_mfn(pfn) != pfn, and VM_IO flag is set.
(ditto, pfn is an identity mapped pfn)

[v2: Make it dependent on CONFIG_XEN_DEBUG instead of ..DEBUG_FS]
[v3: Fix compiler warning]

Reviewed-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/Kconfig
arch/x86/xen/mmu.c