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-changelog

[Xen-changelog] [IA64] missed chunk of Kevin's hypercall cleanup patch

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [IA64] missed chunk of Kevin's hypercall cleanup patch
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 Apr 2006 10:32:59 +0000
Delivery-date: Thu, 27 Apr 2006 03:44:10 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 63af1c14fa18fe5ce7a6dd76bbd69d80aec6ae98
# Parent  46597f27a0f5c0e37e7f53a1027c8bc0d5944ae4
[IA64] missed chunk of Kevin's hypercall cleanup patch

Missed this chunk of Kevin's patch when merging with dom0vp changes

Signed-off-by Kevin Tian <kevin.tian@xxxxxxxxx>

diff -r 46597f27a0f5 -r 63af1c14fa18 xen/arch/ia64/xen/hypercall.c
--- a/xen/arch/ia64/xen/hypercall.c     Tue Apr 25 22:27:18 2006 -0600
+++ b/xen/arch/ia64/xen/hypercall.c     Tue Apr 25 22:30:07 2006 -0600
@@ -71,6 +71,9 @@ hypercall_t ia64_hypercall_table[] =
        (hypercall_t)do_ni_hypercall            /*  */
        };
 
+uint32_t nr_hypercalls =
+       sizeof(ia64_hypercall_table) / sizeof(hypercall_t);
+
 static int
 xen_hypercall (struct pt_regs *regs)
 {

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] missed chunk of Kevin's hypercall cleanup patch, Xen patchbot -unstable <=