Thread (66 messages) flat view 66 messages, 7 authors, 2015-06-23

[Xen-devel] [RFC 13/23] xen/xenbus: Use Xen page definition

From: David Vrabel <hidden>
Date: 2015-05-19 13:59:51
Also in: lkml

On 14/05/15 18:00, Julien Grall wrote:
The xenstore ring is always based on the page granularity of Xen.
[...]
quoted hunk ↗ jump to hunk
--- a/drivers/xen/xenbus/xenbus_probe.c
+++ b/drivers/xen/xenbus/xenbus_probe.c
@@ -713,7 +713,7 @@ static int __init xenstored_local_init(void)
 
 	xen_store_mfn = xen_start_info->store_mfn =
 		pfn_to_mfn(virt_to_phys((void *)page) >>
-			   PAGE_SHIFT);
+			   XEN_PAGE_SHIFT);
This is page_to_mfn() that you adjusted in the previous patch.

David
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help