apic: rename apic specific bitopts
commitedf9735e40841298874ee308fdecca2ac2aa5bdf
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 13 May 2013 11:11:02 +0000 (13 14:11 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 2 Jun 2013 15:14:02 +0000 (2 18:14 +0300)
tree8c2ff1136e0e9b93045228d3d62d472d35762770
parentec0503b4f0a37b55fedc164185369bf5f0030f7b
apic: rename apic specific bitopts

apic has its own version of bitops, with the
difference that it works on u32 and not long.
Add apic_ prefix to avoid namespace clashes.

We should look into reusing standard bitops long-term,
but that's not entirely trivial.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/intc/apic.c