]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xen: EXPORT_SYMBOL set_phys_to_machine
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 29 Mar 2012 17:20:39 +0000 (18:20 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 17 Apr 2012 14:30:01 +0000 (10:30 -0400)
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/p2m.c

index 7ed8cc3434c5f91efb35acd4cebf09923849107d..c7736136c6bc2c35e8d41362936e4eeea5031caf 100644 (file)
@@ -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)