aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/x86
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-23 09:35:23 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-23 09:35:23 +0100
commit8543c562dd5553e92bb65cf27409551bc795ed52 (patch)
treef3d93e7e4b042913dbbf3d101d28ceb75c3ba9c0 /extras/mini-os/include/x86
parent45ea54341290b85554730bdf71d96a27e02c1b26 (diff)
downloadxen-8543c562dd5553e92bb65cf27409551bc795ed52.tar.gz
xen-8543c562dd5553e92bb65cf27409551bc795ed52.tar.bz2
xen-8543c562dd5553e92bb65cf27409551bc795ed52.zip
stubdom: complete libxc support
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'extras/mini-os/include/x86')
-rw-r--r--extras/mini-os/include/x86/arch_mm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/extras/mini-os/include/x86/arch_mm.h b/extras/mini-os/include/x86/arch_mm.h
index 98876b130b..580955d223 100644
--- a/extras/mini-os/include/x86/arch_mm.h
+++ b/extras/mini-os/include/x86/arch_mm.h
@@ -219,11 +219,6 @@ static __inline__ paddr_t machine_to_phys(maddr_t machine)
#define map_frames(f, n) map_frames_ex(f, n, 1, 0, 1, DOMID_SELF, 0, L1_PROT)
#define map_zero(n, a) map_frames_ex(&mfn_zero, n, 0, 0, a, DOMID_SELF, 0, L1_PROT_RO)
-#ifndef __ASSEMBLY__
-void do_map_frames(unsigned long addr,
- unsigned long *f, unsigned long n, unsigned long stride,
- unsigned long increment, domid_t id, int may_fail, unsigned long prot);
-#endif
#define do_map_zero(start, n) do_map_frames(start, &mfn_zero, n, 0, 0, DOMID_SELF, 0, L1_PROT_RO)
#endif /* _ARCH_MM_H_ */