<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Great work!<br>
<br>
Kconfig_bools.diff defines LOGICAL_CPUS as bool, shouldn't it be left as<br>
int instead?</blockquote><div><br>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.<br></div><div><br>from  src/northbridge/amd/amdk8/.svn/text-base/northbridge.c.svn-base:<br>
    disable_siblings = !CONFIG_LOGICAL_CPUS;<br></div></div><br>Thanks for the review,<br>Myles<br>