cpu/x86/mp_init: use cb_err as start_aps return type
commit5911096e06a7558cef6ce1e108c97a689fb091dc
authorFelix Held <felix.held@amd.corp-partner.google.com>
Tue, 19 Oct 2021 16:32:41 +0000 (19 18:32 +0200)
committerFelix Held <felix-coreboot@felixheld.de>
Wed, 20 Oct 2021 17:28:52 +0000 (20 17:28 +0000)
tree6e2b46fea54192706c0f3ea81ef7cf7b54b1ee03
parentb5376ff9725581e8000851e39867e0d48623a158
cpu/x86/mp_init: use cb_err as start_aps return type

Using cb_err as return type clarifies the meaning of the different
return values.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Icb96f28b4d59b3d00638a43c927df80f5d1643f9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58455
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/cpu/x86/mp_init.c