commit | bc1a34f1bf354fabc03e3f465620c80e510d0e8f | [log] [tgz] |
---|---|---|
author | Andrea Arcangeli <andrea@qumranet.com> | Thu May 01 18:43:33 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun May 04 14:44:48 2008 +0300 |
tree | f16228a547097d8d7ad621064c463f3e92cc9557 | |
parent | b4f14abd95cd8d42f08438f1c4ec3eafe41054ee [diff] |
KVM: avoid fx_init() schedule in atomic This make sure not to schedule in atomic during fx_init. I also changed the name of fpu_init to fx_finit to avoid duplicating the name with fpu_init that is already used in the kernel, this makes grep simpler if nothing else. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> Signed-off-by: Avi Kivity <avi@qumranet.com>