|
@@ -18,18 +18,6 @@
|
|
|
#include "target/arm/cpu-qom.h"
|
|
|
#include "target/arm/gtimer.h"
|
|
|
|
|
|
-struct BCM283XClass {
|
|
|
- /*< private >*/
|
|
|
- DeviceClass parent_class;
|
|
|
- /*< public >*/
|
|
|
- const char *name;
|
|
|
- const char *cpu_type;
|
|
|
- unsigned core_count;
|
|
|
- hwaddr peri_base; /* Peripheral base address seen by the CPU */
|
|
|
- hwaddr ctrl_base; /* Interrupt controller and mailboxes etc. */
|
|
|
- int clusterid;
|
|
|
-};
|
|
|
-
|
|
|
static Property bcm2836_enabled_cores_property =
|
|
|
DEFINE_PROP_UINT32("enabled-cpus", BCM283XBaseState, enabled_cpus, 0);
|
|
|
|