]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kvm/kvm_fw.c
fix build error of arch/ia64/kvm/*
[linux-2.6-omap-h63xx.git] / arch / ia64 / kvm / kvm_fw.c
index 091f936c44853d83dab753d37d1d930eaee6740d..0c69d9ec92d49dcb04edacb29a6e46b3e1857027 100644 (file)
@@ -130,7 +130,7 @@ static struct ia64_pal_retval pal_cache_flush(struct kvm_vcpu *vcpu)
        args.cache_type = gr29;
        args.operation = gr30;
        smp_call_function(remote_pal_cache_flush,
-                               (void *)&args, 1, 1);
+                               (void *)&args, 1);
        if (args.status != 0)
                printk(KERN_ERR"pal_cache_flush error!,"
                                "status:0x%lx\n", args.status);