mirror of https://github.com/acidanthera/audk.git
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:
parent
a1386bb252
commit
961792c9d6
|
@ -59,7 +59,7 @@
|
|||
#
|
||||
# CPU options
|
||||
#
|
||||
DEFINE MAX_LOGICAL_PROCESSORS = 256
|
||||
DEFINE MAX_LOGICAL_PROCESSORS = 1024
|
||||
|
||||
#
|
||||
# PCI options
|
||||
|
|
Loading…
Reference in New Issue