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
|