aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hap.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-05-24 11:33:39 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-05-24 11:33:39 +0100
commit55e8bb3f3f91d6ed5fbed991996428589bda47cb (patch)
tree0b5dd6e6c3a04a4107f173421f11b876835bce1c /xen/include/asm-x86/hap.h
parent541b4e900d8e107abf072dece763a587a09dde0c (diff)
downloadxen-55e8bb3f3f91d6ed5fbed991996428589bda47cb.tar.gz
xen-55e8bb3f3f91d6ed5fbed991996428589bda47cb.tar.bz2
xen-55e8bb3f3f91d6ed5fbed991996428589bda47cb.zip
Clean up map_domain_page().
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hap.h')
-rw-r--r--xen/include/asm-x86/hap.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/xen/include/asm-x86/hap.h b/xen/include/asm-x86/hap.h
index 9c070f6fa8..27b47766fd 100644
--- a/xen/include/asm-x86/hap.h
+++ b/xen/include/asm-x86/hap.h
@@ -48,18 +48,6 @@ hap_unmap_domain_page(void *p)
unmap_domain_page(p);
}
-static inline void *
-hap_map_domain_page_global(mfn_t mfn)
-{
- return map_domain_page_global(mfn_x(mfn));
-}
-
-static inline void
-hap_unmap_domain_page_global(void *p)
-{
- unmap_domain_page_global(p);
-}
-
/************************************************/
/* locking for hap code */
/************************************************/