|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [IA64] missed chunk of Kevin's hypercall cleanup patch
# 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 <=
|
|
|
|
|