[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1333041640-12419-1-git-send-email-stefano.stabellini@eu.citrix.com>
Date: Thu, 29 Mar 2012 18:20:39 +0100
From: Stefano Stabellini <stefano.stabellini@...citrix.com>
To: konrad.wilk@...cle.com
CC: Stefano.Stabellini@...citrix.com, xen-devel@...ts.xensource.com,
linux-kernel@...r.kernel.org,
Stefano Stabellini <stefano.stabellini@...citrix.com>
Subject: [PATCH v2 1/2] xen: EXPORT_SYMBOL set_phys_to_machine
Signed-off-by: Stefano Stabellini <stefano.stabellini@...citrix.com>
---
arch/x86/xen/p2m.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/xen/p2m.c b/arch/x86/xen/p2m.c
index 1b267e7..7ece122 100644
--- a/arch/x86/xen/p2m.c
+++ b/arch/x86/xen/p2m.c
@@ -654,6 +654,7 @@ bool set_phys_to_machine(unsigned long pfn, unsigned long mfn)
return true;
}
+EXPORT_SYMBOL_GPL(set_phys_to_machine);
#define M2P_OVERRIDE_HASH_SHIFT 10
#define M2P_OVERRIDE_HASH (1 << M2P_OVERRIDE_HASH_SHIFT)
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists