From b403849a438ddf184880e72139562cfba4efcfdf Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Fri, 14 Jul 2023 17:21:14 +0200 Subject: [PATCH] soc/intel/xeon_sp: Remove invalid comment The comment is only true if all sockets have working CPUs installed. Change-Id: I8c3376c9233c33fb770082573e07e9d96abb7855 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/76557 Reviewed-by: Johnny Lin Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/soc/intel/xeon_sp/util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/intel/xeon_sp/util.c b/src/soc/intel/xeon_sp/util.c index be30923ac7..ef31a83d6b 100644 --- a/src/soc/intel/xeon_sp/util.c +++ b/src/soc/intel/xeon_sp/util.c @@ -132,7 +132,6 @@ bool soc_cpu_is_enabled(const size_t idx) unsigned int soc_get_num_cpus(void) { - /* The FSP IIO UDS HOB has field numCpus, it is actually socket count */ return get_iio_uds()->SystemStatus.numCpus; }