f1020c2c26
Add an abstract CPU core type that could be used by machines that want to define and hotplug CPUs in core granularity. Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com> Signed-off-by: Igor Mammedov <imammedo@redhat.com> [Integer core property] Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Igor Mammedov <imammedo@redhat.com> [dwg: changed property names to 'core-id' and 'nr-threads'] Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
7 lines
180 B
Makefile
7 lines
180 B
Makefile
obj-$(CONFIG_ARM11MPCORE) += arm11mpcore.o
|
|
obj-$(CONFIG_REALVIEW) += realview_mpcore.o
|
|
obj-$(CONFIG_A9MPCORE) += a9mpcore.o
|
|
obj-$(CONFIG_A15MPCORE) += a15mpcore.o
|
|
obj-y += core.o
|
|
|