commit | ba5d1012292403c8037adf4a54c4ec50dfe846c4 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Wed Dec 08 10:54:32 2010 -0800 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Tue Jan 11 14:31:41 2011 -0500 |
tree | f538a106dab612f2ac6c1cb072f8d7bc2040e71b | |
parent | 9329e7604fe915fd0201633d3c38adae307d56a5 [diff] |
xen/gntdev: stop using "token" argument It's the struct page of the L1 pte page. But we can get its mfn by simply doing an arbitrary_virt_to_machine() on it anyway (which is the safe conservative choice; since we no longer allow HIGHPTE pages, we would never expect to be operating on a mapped pte page). Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>