Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154359
b: refs/heads/master
c: 52da82c
h: refs/heads/master
i:
  154357: a3e9dd4
  154355: d3fc4cc
  154351: 890dfee
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jun 26, 2009
1 parent 2bcb0ae commit 3f19971
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: 22b096a8907e5184f25fafd1b73f0b3633d52495
refs/heads/master: 52da82cfb569b44e26e15395a6727277758580fe
2 changes: 1 addition & 1 deletion trunk/arch/sparc/boot/piggyback_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ int main(int argc,char **argv)
while (fgets (buffer, 1024, map)) {
if (!strcmp (buffer + 8, " T start\n") || !strcmp (buffer + 16, " T start\n"))
start = strtoul (buffer, NULL, 16);
else if (!strcmp (buffer + 8, " A end\n") || !strcmp (buffer + 16, " A end\n"))
else if (!strcmp (buffer + 8, " A _end\n") || !strcmp (buffer + 16, " A _end\n"))
end = strtoul (buffer, NULL, 16);
}
fclose (map);
Expand Down

0 comments on commit 3f19971

Please sign in to comment.