Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen terminology fixes from David Vrabel: "Use the correct GFN/BFN terms more consistently" * tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfn xen/privcmd: Further s/MFN/GFN/ clean-up hvc/xen: Further s/MFN/GFN clean-up video/xen-fbfront: Further s/MFN/GFN clean-up xen/tmem: Use xen_page_to_gfn rather than pfn_to_gfn xen: Use correctly the Xen memory terminologies arm/xen: implement correctly pfn_to_mfn xen: Make clear that swiotlb and biomerge are dealing with DMA address
This commit is contained in:
@@ -44,6 +44,10 @@ struct privcmd_hypercall {
|
||||
|
||||
struct privcmd_mmap_entry {
|
||||
__u64 va;
|
||||
/*
|
||||
* This should be a GFN. It's not possible to change the name because
|
||||
* it's exposed to the user-space.
|
||||
*/
|
||||
__u64 mfn;
|
||||
__u64 npages;
|
||||
};
|
||||
|
Reference in New Issue
Block a user