From b3267e002e798e90ca09b11e42ea8949dccde2e7 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 13 Aug 2019 16:44:04 +0300 Subject: cpu/intel: Replace bsp_init_and_start_aps() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7176efdd1000789a093a1b4e243b4b150e6bb06f Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/34864 Reviewed-by: Angel Pons Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/northbridge/intel/pineview/northbridge.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/northbridge/intel/pineview/northbridge.c') diff --git a/src/northbridge/intel/pineview/northbridge.c b/src/northbridge/intel/pineview/northbridge.c index 4b67cfdefd..5a4eec6989 100644 --- a/src/northbridge/intel/pineview/northbridge.c +++ b/src/northbridge/intel/pineview/northbridge.c @@ -195,19 +195,13 @@ static struct device_operations pci_domain_ops = { .acpi_name = northbridge_acpi_name, }; -static void cpu_bus_init(struct device *dev) -{ - bsp_init_and_start_aps(dev->link_list); -} - static struct device_operations cpu_bus_ops = { .read_resources = DEVICE_NOOP, .set_resources = DEVICE_NOOP, .enable_resources = DEVICE_NOOP, - .init = cpu_bus_init, + .init = mp_cpu_bus_init, }; - static void enable_dev(struct device *dev) { /* Set the operations if it is a special bus type */ -- cgit v1.2.3