commit | 395c6b0a9d56fe7fdb7aeda12795d0eb02475d24 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Oct 04 12:55:49 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:53:14 2010 +0200 |
tree | 86922dc53a722cca079e7ce911c47a566e05fc11 | |
parent | 7ebaf15eefe7b019def72bd9d4420c7bc51ed69e [diff] |
KVM: Disable interrupts around get_kernel_ns() get_kernel_ns() wants preemption disabled. It doesn't make a lot of sense during the get/set ioctls (no way to make them non-racy) but the callee wants it. Signed-off-by: Avi Kivity <avi@redhat.com>