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-ppc-devel

[XenPPC] [pushed]turn on physdev_op hypercall

changeset:   9454:c5ac55399e7d
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Thu Mar 23 16:15:27 2006 -0500
summary:     turn on physdev_op hypercall

diff -r f02111af5ce8 -r c5ac55399e7d xen/arch/ppc/ppc64/hypercall_table.S
--- a/xen/arch/ppc/ppc64/hypercall_table.S      Thu Mar 23 16:14:33 2006 -0500
+++ b/xen/arch/ppc/ppc64/hypercall_table.S      Thu Mar 23 16:15:27 2006 -0500
@@ -23,7 +23,7 @@ __hypercall_table:
         .quad do_event_channel_op
         .quad do_xen_version
         .quad do_console_io
-        .quad 0 // do_physdev_op
+        .quad do_physdev_op
         .quad 0 // do_grant_table_op     /* 20 */
         .quad do_vm_assist
         .quad 0 // do_update_va_mapping_otherdomain



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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [pushed]turn on physdev_op hypercall, jimix <=