Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91510
b: refs/heads/master
c: c5d5d94
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Paul Mackerras committed Apr 7, 2008
1 parent 03056ce commit 5e77b37
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: 221ac329e93fe2a676346af2e98e311251648f69
refs/heads/master: c5d5d94aa54ba1f7691b79336b18804d4b0adf48
2 changes: 1 addition & 1 deletion trunk/arch/ppc/syslib/mpc52xx_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ int mpc52xx_match_psc_function(int psc_idx, const char *func)

int mpc52xx_set_psc_clkdiv(int psc_id, int clkdiv)
{
static spinlock_t lock = SPIN_LOCK_UNLOCKED;
static DEFINE_SPINLOCK(lock);
struct mpc52xx_cdm __iomem *cdm;
unsigned long flags;
u16 mclken_div;
Expand Down

0 comments on commit 5e77b37

Please sign in to comment.