[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix x86/64 build.
ChangeSet 1.1322, 2005/03/19 19:36:41+00:00, kaf24@xxxxxxxxxxxxxxxxxxxx Fix x86/64 build. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> arch/x86/shadow.c | 1 + arch/x86/x86_64/mm.c | 1 + common/page_alloc.c | 1 + include/asm-x86/shadow.h | 2 ++ 4 files changed, 5 insertions(+) diff -Nru a/xen/arch/x86/shadow.c b/xen/arch/x86/shadow.c --- a/xen/arch/x86/shadow.c 2005-03-19 15:01:46 -05:00 +++ b/xen/arch/x86/shadow.c 2005-03-19 15:01:46 -05:00 @@ -6,6 +6,7 @@ #include <asm/domain_page.h> #include <asm/page.h> #include <xen/event.h> +#include <xen/sched.h> #include <xen/trace.h> /******** diff -Nru a/xen/arch/x86/x86_64/mm.c b/xen/arch/x86/x86_64/mm.c --- a/xen/arch/x86/x86_64/mm.c 2005-03-19 15:01:46 -05:00 +++ b/xen/arch/x86/x86_64/mm.c 2005-03-19 15:01:46 -05:00 @@ -22,6 +22,7 @@ #include <xen/lib.h> #include <xen/init.h> #include <xen/mm.h> +#include <xen/sched.h> #include <asm/page.h> #include <asm/flushtlb.h> #include <asm/fixmap.h> diff -Nru a/xen/common/page_alloc.c b/xen/common/page_alloc.c --- a/xen/common/page_alloc.c 2005-03-19 15:01:46 -05:00 +++ b/xen/common/page_alloc.c 2005-03-19 15:01:46 -05:00 @@ -25,6 +25,7 @@ #include <xen/types.h> #include <xen/lib.h> #include <xen/perfc.h> +#include <xen/sched.h> #include <xen/spinlock.h> #include <xen/slab.h> #include <xen/irq.h> diff -Nru a/xen/include/asm-x86/shadow.h b/xen/include/asm-x86/shadow.h --- a/xen/include/asm-x86/shadow.h 2005-03-19 15:01:46 -05:00 +++ b/xen/include/asm-x86/shadow.h 2005-03-19 15:01:46 -05:00 @@ -5,8 +5,10 @@ #include <xen/config.h> #include <xen/types.h> #include <xen/perfc.h> +#include <xen/sched.h> #include <asm/processor.h> #include <asm/domain_page.h> +#include <public/dom0_ops.h> /* Shadow PT flag bits in shadow_status */ #define PSH_shadowed (1<<31) /* page has a shadow. PFN points to shadow */ ------------------------------------------------------- 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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |