commit | 9bd01506ee551689b90ba5822c28ef55207146af | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Jul 30 16:29:56 2007 +1000 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:20 2007 +0200 |
tree | 811e7ac5e8571e172fce8b7199830f9f511440ba | |
parent | 11ec2804711896546ee3c945f3786c7f9fdd175a [diff] |
KVM: fx_init() needs preemption disabled while it plays with the FPU state Now that kvm generally runs with preemption enabled, we need to protect the fpu intialization sequence. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>