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] Fix hypercall_table size in x86/64.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 0defafc42af4ad2545ac0dbe37d4a6b4b43a6ff8
# Parent  40c152531072c0df380f09e2317887eff166d7be
Fix hypercall_table size in x86/64.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r 40c152531072 -r 0defafc42af4 xen/arch/x86/x86_64/entry.S
--- a/xen/arch/x86/x86_64/entry.S       Mon Feb  6 15:55:41 2006
+++ b/xen/arch/x86/x86_64/entry.S       Mon Feb  6 16:04:45 2006
@@ -552,7 +552,7 @@
         .quad do_mmuext_op
         .quad do_acm_op
         .quad do_nmi_op
-        .rept NR_hypercalls-((.-hypercall_table)/4)
+        .rept NR_hypercalls-((.-hypercall_table)/8)
         .quad do_ni_hypercall
         .endr
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix hypercall_table size in x86/64., Xen patchbot -unstable <=