From: Jeremy Fitzhardinge Date: Wed, 8 Dec 2010 18:54:32 +0000 (-0800) Subject: xen/gntdev: stop using "token" argument X-Git-Tag: v2.6.38-rc1~72^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5d1012292403c8037adf4a54c4ec50dfe846c4;p=pandora-kernel.git 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 Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed