Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81362
b: refs/heads/master
c: e080296
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Josh Boyer committed Jan 25, 2008
1 parent 2244521 commit c68f02f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c0d3eb58314df2a461bcfe557e2f7ee7ba9ec8b
refs/heads/master: e08029675181a16d435431ad51255aa730fd6772
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void ibm4xx_denali_fixup_memsize(void)
val = DDR_GET_VAL(val, DDR_CS_MAP, DDR_CS_MAP_SHIFT);
cs = 0;
while (val) {
if (val && 0x1)
if (val & 0x1)
cs++;
val = val >> 1;
}
Expand Down

0 comments on commit c68f02f

Please sign in to comment.