Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118280
b: refs/heads/master
c: 8ba4773
h: refs/heads/master
v: v3
  • Loading branch information
Jon Smirl authored and Paul Mackerras committed Oct 31, 2008
1 parent d88577e commit aa014cc
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: 2dccbf4ea05d2c3603b8c1359019bf7148a316a5
refs/heads/master: 8ba4773aee23a5e2e1ce386c5bd86e407496de99
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static struct addr_range prep_kernel(void)
*/
if ((unsigned long)_start < ei.loadsize)
fatal("Insufficient memory for kernel at address 0!"
" (_start=%p, uncomressed size=%08x)\n\r",
" (_start=%p, uncompressed size=%08lx)\n\r",
_start, ei.loadsize);

if ((unsigned long)_end < ei.memsize)
Expand Down

0 comments on commit aa014cc

Please sign in to comment.