From f1df21e55ae97a3d6e5964a1e318d5bf3bb3987b Mon Sep 17 00:00:00 2001
From: Julien Grall <julien.grall@linaro.org>
Date: Tue, 14 Jan 2014 14:34:55 +0000
Subject: [PATCH 20/48] 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/xen/gnttab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/xen/gnttab.c b/sys/xen/gnttab.c
index 9326d0c..fec7e36 100644
--- a/sys/xen/gnttab.c
+++ b/sys/xen/gnttab.c
@@ -576,7 +576,7 @@ gnttab_suspend(void)
 
 #else /* XENHVM */
 
-static vm_paddr_t resume_frames;
+vm_paddr_t resume_frames;
 
 static int
 gnttab_map(unsigned int start_idx, unsigned int end_idx)
-- 
2.1.0

