aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/northbridge.c
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-05-15 16:35:45 +0200
committerArthur Heymans <arthur@aheymans.xyz>2019-05-27 17:25:44 +0000
commitb66ee5507c4c2395868a5cd350dc8a7eb46542fd (patch)
tree0129c006c91dabd223074bc8643c739de0b81e24 /src/northbridge/intel/nehalem/northbridge.c
parent548f33a9f4a7675c42822516c285bdf2c8bb64de (diff)
cpu/intel/model_2065x: Use parallel MP init
TESTED on Thinkpad X201 with a i7 CPU M620 CPU (hyperthread dual core). Boots ~28ms faster. Change-Id: I56b352f9d76ee58f5c82cd431a4e0fa206f848a0 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/26297 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/northbridge/intel/nehalem/northbridge.c')
-rw-r--r--src/northbridge/intel/nehalem/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/nehalem/northbridge.c b/src/northbridge/intel/nehalem/northbridge.c
index a9032bafea..233b0bbd00 100644
--- a/src/northbridge/intel/nehalem/northbridge.c
+++ b/src/northbridge/intel/nehalem/northbridge.c
@@ -311,7 +311,7 @@ static const struct pci_driver mc_driver_44 __pci_driver = {
static void cpu_bus_init(struct device *dev)
{
- initialize_cpus(dev->link_list);
+ bsp_init_and_start_aps(dev->link_list);
}
static struct device_operations cpu_bus_ops = {