|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [Xen-changelog] [xen-unstable] [XENOPROFILE, LINUX] comp
It seems the header file under asm-x86_64 is missing.
Presumably
hg add linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/xenoprof.h
might have been forgotten. Could you mind to fix it?
Thanks.
# HG changeset patch
# User yamahata@xxxxxxxxxxxxx
# Date 1164770614 -32400
# Node ID 07c3ff1704a0aefabce4fb9fca7db96f115314c9
# Parent c523c24ae4a11c4b1ed6905e7a9a7ce8f18a90a2
fix compilation on x86_64
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
diff -r c523c24ae4a1 -r 07c3ff1704a0
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:23:34 2006 +0900
@@ -0,0 +1,1 @@
+#include <asm-i386/mach-xen/asm/xenoprof.h>
On Wed, Nov 29, 2006 at 02:00:17PM +0000, Xen patchbot-unstable wrote:
> # HG changeset patch
> # User kfraser@xxxxxxxxxxxxxxxxxxxxx
> # Node ID 4876e7ebca6eff15ea297d762400dd17d5d693b1
> # Parent 9164f836943d42226dad8ed4c704ed2c3581a65a
> [XENOPROFILE, LINUX] compilation fix on x86_64
> Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
> ---
> xen/include/public/xenoprof.h | 2 ++
> 1 files changed, 2 insertions(+)
>
> diff -r 9164f836943d -r 4876e7ebca6e xen/include/public/xenoprof.h
> --- a/xen/include/public/xenoprof.h Wed Nov 29 11:38:17 2006 +0000
> +++ b/xen/include/public/xenoprof.h Wed Nov 29 11:40:10 2006 +0000
> @@ -28,6 +28,8 @@
>
> #ifndef __XEN_PUBLIC_XENOPROF_H__
> #define __XEN_PUBLIC_XENOPROF_H__
> +
> +#include "xen.h"
>
> /*
> * Commands to HYPERVISOR_xenoprof_op().
>
> _______________________________________________
> Xen-changelog mailing list
> Xen-changelog@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-changelog
>
--
yamahata
12733_07c3ff1704a0.patch
Description: Text document
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] Re: [Xen-changelog] [xen-unstable] [XENOPROFILE, LINUX] compilation fix on x86_64,
Isaku Yamahata <=
|
|
|
|
|