# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Date 1164770743 -32400 # Node ID fd994cc456a397feeeb4ef904474baacc5428b19 # Parent 81c9213b3d39573c0b50090958268cb6f068d59e [XENOPROFILE, LINUX] compilation fix on x86_64 signed-off-by: Isaku Yamahata diff -r 81c9213b3d39 -r fd994cc456a3 linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/xenoprof.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/xenoprof.h Wed Nov 29 12:25:43 2006 +0900 @@ -0,0 +1,1 @@ +#include diff -r 81c9213b3d39 -r fd994cc456a3 xen/include/public/xenoprof.h --- a/xen/include/public/xenoprof.h Tue Nov 28 18:41:42 2006 +0000 +++ b/xen/include/public/xenoprof.h Wed Nov 29 12:25:43 2006 +0900 @@ -28,6 +28,8 @@ #ifndef __XEN_PUBLIC_XENOPROF_H__ #define __XEN_PUBLIC_XENOPROF_H__ + +#include "xen.h" /* * Commands to HYPERVISOR_xenoprof_op().