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-ia64-devel

RE: [Xen-ia64-devel] [Patch] gcc3.4 build patch

To: <takebe_akio@xxxxxxxxxxxxxx>, <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-ia64-devel] [Patch] gcc3.4 build patch
From: "Yang, Fred" <fred.yang@xxxxxxxxx>
Date: Mon, 17 Oct 2005 16:36:58 -0700
Delivery-date: Mon, 17 Oct 2005 23:34:12 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcXSH0fzz6sDydB8SnGbuh6F4b1vwABU/dVQ
Thread-topic: [Xen-ia64-devel] [Patch] gcc3.4 build patch
Akio,

Welcome to the community!

You can add "Signed-Off-By <your mail address>" at the beginning of the
patch to indicate your are the author.

-Fred

takebe_akio@xxxxxxxxxxxxxx wrote:
> Hi,
> 
> I make a build patch.
> 
> My machine environment is RHEL4(ia64) and gcc3.4.3.
> I saw xen/arch/ia64/tools/README.xenia64 and README.xenia64linux.
> Then I tried to build xen-ia64-unstable.hg/xen, but I couldn't
> complie it. 
> So, I make a build patch.
> 
> Next trying, I think I would make a build patch
> for xenlinux-ia64-2.6.12.hg and xen-ia64-unstable.hg/tools/ .
> 
> I am not good at English, I'm sorry.
> 
> -------
> diff -Nru xen-ia64-unstable.hg/xen/arch/ia64/vmx/vmx_phy_mode.c
> xen-ia64-unstable.hg-new/xen/arch/ia64/vmx/vmx_phy_mode.c ---
> xen-ia64-unstable.hg/xen/arch/ia64/vmx/vmx_phy_mode.c      
> 2005-10-10 12:04:44.000000000 +0900 +++
>  xen-ia64-unstable.hg-new/xen/arch/ia64/vmx/vmx_phy_mode.c  
>  2005-10-15 01:58:30.693230437 +0900 @@ -156,12 +156,6 @@ } #endif
> 
> -void
> -physical_itlb_miss(VCPU *vcpu, u64 vadr)
> -{
> -        physical_itlb_miss_dom0(vcpu, vadr);
> -}
> -
> 
>  void
>  physical_itlb_miss_dom0(VCPU *vcpu, u64 vadr)
> @@ -185,6 +179,12 @@
>      return;
>  }
> 
> +void
> +physical_itlb_miss(VCPU *vcpu, u64 vadr)
> +{
> +        physical_itlb_miss_dom0(vcpu, vadr);
> +}
> +
> 
>  void
>  physical_dtlb_miss(VCPU *vcpu, u64 vadr)
> diff -Nru xen-ia64-unstable.hg/xen/arch/ia64/vmx/vmx_process.c
> xen-ia64-unstable.hg-new/xen/arch/ia64/vmx/vmx_process.c ---
> xen-ia64-unstable.hg/xen/arch/ia64/vmx/vmx_process.c       
> 2005-10-15 01:53:34.661007501 +0900 +++
>      xen-ia64-unstable.hg-new/xen/arch/ia64/vmx/vmx_process.c   
>      2005-10-15 01:57:03.696161191 +0900 @@ -277,7 +277,7 @@ u64
>      vhpt_adr, gppa; ISR misr; ia64_rr vrr;
> -    REGS *regs;
> +//    REGS *regs;
>      thash_cb_t *vtlb, *vhpt;
>      thash_data_t *data, me;
>      VCPU *v = current;
> 
> 
> Best Regard,
> 
> Akio Takebe
> 
> _______________________________________________
> Xen-ia64-devel mailing list
> Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-ia64-devel


_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel