UefiPayloadPkg: Correct MAX_LOGICAL_PROCESSORS value

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4372

Correct MAX_LOGICAL_PROCESSORS value to 1024

Cc: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Sean Rhodes <sean@starlabs.systems>
Reviewed-by: James Lu <james.lu@intel.com>
Reviewed-by: Gua Guo <gua.guo@intel.com>

Signed-off-by: MarsX Lin <marsx.lin@intel.com>
This commit is contained in:
MarsX Lin 2023-03-14 17:08:59 +08:00 committed by mergify[bot]
parent a1386bb252
commit 961792c9d6
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
#
# CPU options
#
DEFINE MAX_LOGICAL_PROCESSORS = 256
DEFINE MAX_LOGICAL_PROCESSORS = 1024
#
# PCI options