commit | 0467533a7a5da08a881a31120d95cd159e54640b | [log] [tgz] |
---|---|---|
author | Julien Grall <julien.grall@citrix.com> | Fri Aug 07 17:34:39 2015 +0100 |
committer | Julien Grall <julien.grall@citrix.com> | Tue Sep 08 18:03:53 2015 +0100 |
tree | 53637e3b782261594a9454dd30aa08cfff1e6bf0 | |
parent | a76e3cc32d872acd5104278d21d2084da07c16a8 [diff] |
video/xen-fbfront: Further s/MFN/GFN clean-up The PV driver xen-fbfront is only dealing with GFN and not MFN. Rename all the occurence of MFN to GFN. Also take the opportunity to replace to usage of pfn_to_gfn by xen_page_to_gfn. Signed-off-by: Julien Grall <julien.grall@citrix.com> Reviewed-by: David Vrabel <david.vrabel@citrix.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>