WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [Xen-changelog] [xen-unstable] [XENOPROFILE, LINUX] comp

To: Keir Fraser <keir@xxxxxxxxxxxxx>
Subject: [Xen-devel] Re: [Xen-changelog] [xen-unstable] [XENOPROFILE, LINUX] compilation fix on x86_64
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Thu, 30 Nov 2006 12:21:28 +0900
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, "Woller, Thomas" <thomas.woller@xxxxxxx>
Delivery-date: Wed, 29 Nov 2006 19:21:42 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <E1GpPz0-0007HA-1d@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <E1GpPz0-0007HA-1d@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i
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

Attachment: 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 <=