KVM: use symbolic constant for nr interrupts
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 5 Sep 2012 17:00:52 +0000 (20:00 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 6 Sep 2012 15:37:44 +0000 (18:37 +0300)
interrupt_bitmap is KVM_NR_INTERRUPTS bits in size,
so just use that instead of hard-coded constants
and math.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found