<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Index: src/northbridge/amd/gx2/chipsetinit.c<br>
===================================================================<br>
--- src/northbridge/amd/gx2/chipsetinit.c (revision 5425)<br>
+++ src/northbridge/amd/gx2/chipsetinit.c (working copy)<br>
@@ -275,7 +275,7 @@<br>
if ((msr.lo&0xff) == 0x11)<br>
return;<br>
<br>
- totalmem = sizeram() << 20 - 1;<br>
+ totalmem = (sizeram() << 20) - 1;<br></blockquote><div>I agree that it looks right, but it changes the answer, since subtraction has a higher precedence than shift.<br><br>I don't have a board to test which is right.  Did you check v3?<br>
<br>Thanks,<br>Myles<br></div></div>