aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/kernel.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-29 18:07:33 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-29 18:07:33 +0100
commitb5179d47561ff0d46587f9c49bbb56df10877c7a (patch)
tree1fd5f24ade701a79d27af237977a855b4baa64f5 /xen/common/kernel.c
parent09c1cd69924863ff54760839897836699f127332 (diff)
downloadxen-b5179d47561ff0d46587f9c49bbb56df10877c7a.tar.gz
xen-b5179d47561ff0d46587f9c49bbb56df10877c7a.tar.bz2
xen-b5179d47561ff0d46587f9c49bbb56df10877c7a.zip
xen: Remove {nmi_pending,nmi_masked,paused} vcpu bitflags.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/kernel.c')
-rw-r--r--xen/common/kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/kernel.c b/xen/common/kernel.c
index fa448b07a3..a4dbc618e0 100644
--- a/xen/common/kernel.c
+++ b/xen/common/kernel.c
@@ -256,7 +256,7 @@ long register_guest_nmi_callback(unsigned long address)
* now.
*/
if ( arch_get_nmi_reason(d) != 0 )
- set_bit(_VCPUF_nmi_pending, &v->vcpu_flags);
+ v->nmi_pending = 1;
#endif
return 0;