Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144951
b: refs/heads/master
c: 740ebe4
h: refs/heads/master
i:
  144949: f0dc1c8
  144947: 3e69469
  144943: 3488400
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed May 14, 2009
1 parent d7400ed commit aae7030
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 4f29c057aa81c5440f06b716f768ba9f8a041fe9
refs/heads/master: 740ebe4a54fae1705705ec87ce511b16ffb50659
2 changes: 1 addition & 1 deletion trunk/arch/mips/txx9/generic/setup_tx4927.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void __init tx4927_setup(void)
{
int i;
__u32 divmode;
int cpuclk = 0;
unsigned int cpuclk = 0;
u64 ccfg;

txx9_reg_res_init(TX4927_REV_PCODE(), TX4927_REG_BASE,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/txx9/generic/setup_tx4938.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void __init tx4938_setup(void)
{
int i;
__u32 divmode;
int cpuclk = 0;
unsigned int cpuclk = 0;
u64 ccfg;

txx9_reg_res_init(TX4938_REV_PCODE(), TX4938_REG_BASE,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/txx9/generic/setup_tx4939.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void __init tx4939_setup(void)
int i;
__u32 divmode;
__u64 pcfg;
int cpuclk = 0;
unsigned int cpuclk = 0;

txx9_reg_res_init(TX4939_REV_PCODE(), TX4939_REG_BASE,
TX4939_REG_SIZE);
Expand Down

0 comments on commit aae7030

Please sign in to comment.