]> xenbits.xensource.com Git - xenclient/kernel.git/commitdiff
[IA64] xencomm support for HVMOP_set_mem_type.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Thu, 14 Aug 2008 02:03:53 +0000 (11:03 +0900)
committerIsaku Yamahata <yamahata@valinux.co.jp>
Thu, 14 Aug 2008 02:03:53 +0000 (11:03 +0900)
remove the runtime warning when HVMOP_set_mem_type is used.
> xencomm_privcmd_hvm_op: unknown HVMOP 8
add xencomm support of HVMOP_set_mem_type.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
arch/ia64/xen/xcom_privcmd.c

index 183c2da8fde419dbcc029ec2db936cfec582a481..4f62f793cd8bb2cd8bb244d8a99e5dd8df795f0f 100644 (file)
@@ -722,6 +722,9 @@ xencomm_privcmd_hvm_op(privcmd_hypercall_t *hypercall)
        case HVMOP_set_pci_link_route:
                argsize = sizeof(xen_hvm_set_pci_link_route_t);
                break;
+       case HVMOP_set_mem_type:
+               argsize = sizeof(xen_hvm_set_mem_type_t);
+               break;
 
        case HVMOP_track_dirty_vram:
                return xencomm_privcmd_hvm_op_track_dirty_vram(hypercall);