]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/p2m: Use SetPagePrivate and its friends for M2P overrides.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 23 Sep 2011 21:36:07 +0000 (17:36 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 19 Oct 2011 18:08:55 +0000 (14:08 -0400)
commitbcc6a9b435257e83bb8ef9b0d6bf978d80d04005
tree01fcf24d25d6bba9566d343705603a66a127fe91
parentfc9bffaf118c7e3551da3c72df9223a87ccc6e26
xen/p2m: Use SetPagePrivate and its friends for M2P overrides.

We use the page->private field and hence should use the proper
macros and set proper bits. Also WARN_ON in case somebody
tries to overwrite our data.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/p2m.c