From b3267e002e798e90ca09b11e42ea8949dccde2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= 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/x4x/northbridge.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/northbridge/intel/x4x') diff --git a/src/northbridge/intel/x4x/northbridge.c b/src/northbridge/intel/x4x/northbridge.c index b6616e1dd8..f541e3ad48 100644 --- a/src/northbridge/intel/x4x/northbridge.c +++ b/src/northbridge/intel/x4x/northbridge.c @@ -191,20 +191,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