]> www.infradead.org Git - users/jedix/linux-maple.git/commit
video/xen-fbfront: Further s/MFN/GFN clean-up
authorJulien Grall <julien.grall@citrix.com>
Fri, 7 Aug 2015 16:34:39 +0000 (17:34 +0100)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 5 Feb 2016 11:43:37 +0000 (03:43 -0800)
commit00dede4e2871b3eb602d8834a76b6d2fde6393e8
tree4e6cca6f2460c241ba66b95eff77ea4915c4eeb4
parent35c203bcc5d4d3090c65706ff1465c00d1febef4
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>
(cherry picked from commit 0467533a7a5da08a881a31120d95cd159e54640b)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
(cherry picked from commit 6204706f72cda17a32c1d0d45576ee2c4367df2c)
drivers/video/fbdev/xen-fbfront.c