Fix build errors on x86-64. Signed-off-by: Arun Sharma <arun.sharma@intel.com> --- 1.20/xen/arch/x86/x86_64/mm.c 2005-03-15 01:00:10 -08:00 +++ edited/arch/x86/x86_64/mm.c 2005-03-18 17:48:13 -08:00 @@ -22,6 +22,8 @@ #include <xen/lib.h> #include <xen/init.h> #include <xen/mm.h> +#include <xen/sched.h> +#include <asm/current.h> #include <asm/page.h> #include <asm/flushtlb.h> #include <asm/fixmap.h> ===== include/asm-x86/x86_64/domain_page.h 1.1 vs edited ====--- 1.1/xen/include/asm-x86/x86_64/domain_page.h 2005-01-31 15:16:27 -08:00 +++ edited/include/asm-x86/x86_64/domain_page.h 2005-03-18 17:45:37 -08:00 @@ -7,6 +7,9 @@ #ifndef __ASM_DOMAIN_PAGE_H__ #define __ASM_DOMAIN_PAGE_H__ +#include <xen/config.h> +#include <xen/sched.h> + #define map_domain_mem(_pa) phys_to_virt(_pa) #define unmap_domain_mem(_va) ((void)(_va)) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel