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] wrong type cast in ia64_hypercall

To: "Akio Takebe" <takebe_akio@xxxxxxxxxxxxxx>, <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-ia64-devel] [Patch] wrong type cast in ia64_hypercall
From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
Date: Mon, 20 Feb 2006 23:41:52 +0800
Delivery-date: Mon, 20 Feb 2006 15:54:52 +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: AcYxzrpSpmyiF12URAO5/Dp+yV4uBQEZQMew
Thread-topic: [Xen-ia64-devel] [Patch] wrong type cast in ia64_hypercall
Hi, Dan,
        Seems bunches of necessary patches like below are not checked in yet. 
Any blocking issues there? If no, they deserve check-in indeed.

        BTW, can I request all developers with patch pending to check status 
whether yours gets checked in? If not, please resend them. ;-)

Thanks,
Kevin

>-----Original Message-----
>From: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
>[mailto:xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Akio Takebe
>Sent: 2006年2月15日 9:22
>To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-ia64-devel] [Patch] wrong type cast in ia64_hypercall
>
>Hi,
>
>This is wrong type cast.
>This patch fix warnning of incompatible pointer type.
>
>Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
>
>diff -r 982b9678af2c xen/arch/ia64/xen/hypercall.c
>--- a/xen/arch/ia64/xen/hypercall.c     Fri Feb 10 23:16:33 2006
>+++ b/xen/arch/ia64/xen/hypercall.c     Wed Feb 15 10:15:40 2006
>@@ -63,7 +63,7 @@
> int
> ia64_hypercall (struct pt_regs *regs)
> {
>-       struct vcpu *v = (struct domain *) current;
>+       struct vcpu *v = current;
>        struct sal_ret_values x;
>        unsigned long *tv, *tc;
>        int pi;
>
>
>_______________________________________________
>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

<Prev in Thread] Current Thread [Next in Thread>