[coreboot] Kconfig patches

Myles Watson mylesgw at gmail.com
Tue Sep 22 20:45:07 CEST 2009


>
> Great work!
>
> Kconfig_bools.diff defines LOGICAL_CPUS as bool, shouldn't it be left as
> int instead?


It is used as either true or false.  The way to tell how many logical CPUs
there might be is dividing CONFIG_MAX_CPUS and CONFIG_MAX_PHYSICAL_CPUS.

from  src/northbridge/amd/amdk8/.svn/text-base/northbridge.c.svn-base:
    disable_siblings = !CONFIG_LOGICAL_CPUS;

Thanks for the review,
Myles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090922/faf04184/attachment.html>


More information about the coreboot mailing list