Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349444
b: refs/heads/master
c: 26f5ae8
h: refs/heads/master
v: v3
  • Loading branch information
Jayachandran C authored and Ralf Baechle committed Jan 30, 2013
1 parent dcd495f commit 23ddc28
Show file tree
Hide file tree
Showing 2 changed files with 5 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: fe950df70013a9f3368918aab697eec15f80ac67
refs/heads/master: 26f5ae865d7b324e46fff91acf43c485939bf6ea
5 changes: 4 additions & 1 deletion trunk/arch/mips/netlogic/xlr/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,11 @@ static void nlm_init_node(void)

void __init prom_init(void)
{
int i, *argv, *envp; /* passed as 32 bit ptrs */
int *argv, *envp; /* passed as 32 bit ptrs */
struct psb_info *prom_infop;
#ifdef CONFIG_SMP
int i;
#endif

/* truncate to 32 bit and sign extend all args */
argv = (int *)(long)(int)fw_arg1;
Expand Down

0 comments on commit 23ddc28

Please sign in to comment.