From 9a42bd5ad088fc24cb97e259b2d3fc6c89a786bb Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Tue, 14 Jan 2014 14:34:55 +0000 Subject: [PATCH] xen/gnttab: Export resume_frames Allow the platform the set resume_frames to a specific address. It will be used on ARM because the region is give by the device tree. --- sys/dev/xen/grant_table/grant_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/xen/grant_table/grant_table.c b/sys/dev/xen/grant_table/grant_table.c index 728d64df70b1..d7685e356975 100644 --- a/sys/dev/xen/grant_table/grant_table.c +++ b/sys/dev/xen/grant_table/grant_table.c @@ -508,7 +508,7 @@ unmap_pte_fn(pte_t *pte, struct page *pmd_page, } #endif -static vm_paddr_t resume_frames; +vm_paddr_t resume_frames; static int gnttab_map(unsigned int start_idx, unsigned int end_idx) -- 2.39.5