aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/x86_64
diff options
context:
space:
mode:
authorTim Deegan <tim@xen.org>2011-12-01 15:07:46 +0000
committerTim Deegan <tim@xen.org>2011-12-01 15:07:46 +0000
commita0d47e29cbb22e65def4fc587a63a9f17ac8c4e7 (patch)
tree692367c91a84839ba713d35698ebd0c9a885096f /xen/include/asm-x86/x86_64
parentf4f73e3b22b654f61a5bab4f299cc237f1818c09 (diff)
downloadxen-a0d47e29cbb22e65def4fc587a63a9f17ac8c4e7.tar.gz
xen-a0d47e29cbb22e65def4fc587a63a9f17ac8c4e7.tar.bz2
xen-a0d47e29cbb22e65def4fc587a63a9f17ac8c4e7.zip
Revert 24283:3bc4dfb54666
This fixes the 32-bit build Signed-off-by: Tim Deegan <tim@xen.org>
Diffstat (limited to 'xen/include/asm-x86/x86_64')
-rw-r--r--xen/include/asm-x86/x86_64/page.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xen/include/asm-x86/x86_64/page.h b/xen/include/asm-x86/x86_64/page.h
index 7fe831bf6d..2f46ba2c5a 100644
--- a/xen/include/asm-x86/x86_64/page.h
+++ b/xen/include/asm-x86/x86_64/page.h
@@ -104,11 +104,6 @@ static inline void *__maddr_to_virt(unsigned long ma)
((ma & ma_top_mask) >> pfn_pdx_hole_shift)));
}
-static inline unsigned long __xen_map_to_mfn(void *va)
-{
- return (__virt_to_maddr((unsigned long) va) >> PAGE_SHIFT);
-}
-
/* read access (should only be used for debug printk's) */
typedef u64 intpte_t;
#define PRIpte "016lx"