Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14815
b: refs/heads/master
c: ed1189b
h: refs/heads/master
i:
  14813: 87f5bd9
  14811: 0443aad
  14807: 5c89aca
  14799: 3cd3470
  14783: 2c090f6
v: v3
  • Loading branch information
Olaf Hering authored and Paul Mackerras committed Nov 30, 2005
1 parent 71eb0d3 commit 176e96f
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: 48abec07cf8063184d397560a6a5f27eaf9caddf
refs/heads/master: ed1189b7e8cd8144f0b232c220aed4ee26d89463
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/prom_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static int __init call_prom_ret(const char *service, int nargs, int nret,
va_end(list);

for (i = 0; i < nret; i++)
rets[nargs+i] = 0;
args.args[nargs+i] = 0;

if (enter_prom(&args, RELOC(prom_entry)) < 0)
return PROM_ERROR;
Expand Down

0 comments on commit 176e96f

Please sign in to comment.