* [PATCH] x86-64-build-fix.patch
@ 2005-03-19 1:54 Arun Sharma
0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-03-19 1:54 UTC (permalink / raw)
To: Ian Pratt, Keir Fraser; +Cc: xen-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-19 1:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-19 1:54 [PATCH] x86-64-build-fix.patch Arun Sharma
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.