summaryrefslogtreecommitdiffstats
path: root/hw/xen/xen_apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xen/xen_apic.c')
-rw-r--r--hw/xen/xen_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen/xen_apic.c b/hw/xen/xen_apic.c
index a2eb8a1..a958782 100644
--- a/hw/xen/xen_apic.c
+++ b/hw/xen/xen_apic.c
@@ -39,7 +39,7 @@ static const MemoryRegionOps xen_apic_io_ops = {
static void xen_apic_init(APICCommonState *s)
{
memory_region_init_io(&s->io_memory, &xen_apic_io_ops, s, "xen-apic-msi",
- MSI_SPACE_SIZE);
+ APIC_SPACE_SIZE);
#if defined(CONFIG_XEN_CTRL_INTERFACE_VERSION) \
&& CONFIG_XEN_CTRL_INTERFACE_VERSION >= 420
OpenPOWER on IntegriCloud