]> Git Repo - qemu.git/blobdiff - hw/arm/highbank.c
pcie_root_port: Allow ACS to be disabled
[qemu.git] / hw / arm / highbank.c
index a89a1d3a7c1dadfaf1a14781ed365dcc4ab5e8ef..def0f1ce6a771de32a58b3c722f9e849ee353dfa 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "qemu/osdep.h"
+#include "qemu-common.h"
 #include "qapi/error.h"
 #include "hw/sysbus.h"
 #include "hw/arm/boot.h"
@@ -240,6 +241,7 @@ static void calxeda_init(MachineState *machine, enum cxmachines machine_id)
     SysBusDevice *busdev;
     qemu_irq pic[128];
     int n;
+    unsigned int smp_cpus = machine->smp.cpus;
     qemu_irq cpu_irq[4];
     qemu_irq cpu_fiq[4];
     qemu_irq cpu_virq[4];
This page took 0.023159 seconds and 4 git commands to generate.