Re: Fwd: [PATCH v9 13/16] ARM: KVM: Emulation framework and CP15 emulation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 08/08/2012 02:22 AM, Christoffer Dall wrote:
>>>
>>> btw, seems there is a needless atomic operation above.  May be
>>> worthwhile to test before clearing.
>>>
>>>
>>
> (argh unknown gmail keyboard shortcut pressed)
> 
> you mean in vcpu_load you want to do this instead:
> 
> if (cpumask_test_cpu(cpu, &vcpu->arch.require_dcache_flush)) {
>     cpumask_clear_cpu(cpu, &vcpu->arch.require_dcache_flush);
>     flush_cache_all();
> }
> 
> ?

Yes.

-- 
error compiling committee.c: too many arguments to function
_______________________________________________
kvmarm mailing list
kvmarm@xxxxxxxxxxxxxxxxxxxxx
https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm


[Index of Archives]     [Linux KVM]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux