Attention is currently required from: Arthur Heymans.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63482 )
Change subject: arch/x86/smbios.c: Fix for CONFIG_MAX_CPUS > 255
......................................................................
Patch Set 4: Code-Review+1
(1 comment)
File src/arch/x86/smbios.c:
https://review.coreboot.org/c/coreboot/+/63482/comment/9f55fb82_0ed67977
PS4, Line 575: MAX_CPUS_ENABLED
Why not:
MIN(CONFIG_MAX_CPUS, 0xff)
--
To view, visit
https://review.coreboot.org/c/coreboot/+/63482
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I079c99006fea95ba3dc2fb02c95a3747af55e218
Gerrit-Change-Number: 63482
Gerrit-PatchSet: 4
Gerrit-Owner: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Comment-Date: Fri, 08 Apr 2022 22:06:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment