On 21.12.2011, at 23:17, Paul Mackerras wrote:

> On Tue, Dec 20, 2011 at 04:23:28PM +0100, Alexander Graf wrote:
> 
>>> -   vcpu = kzalloc(sizeof(struct kvm_vcpu), GFP_KERNEL);
>>> +   vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL);
>> 
>> Paul, is there any rationale on why not to use the kmem cache? Are
>> we bound by real mode magic again?
> 
> No, I just hadn't realized it existed.  This looks fine to me.
> 
> Acked-by: Paul Mackerras <[email protected]>

Thanks, applied to kvm-ppc-next.


Alex

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to