Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198453
b: refs/heads/master
c: d943f2c
h: refs/heads/master
i:
  198451: 5db6ceb
v: v3
  • Loading branch information
Wolfram Sang authored and Sascha Hauer committed Apr 23, 2010
1 parent 713792d commit c2183e5
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: e24798e637f5d5222f9fd767aefbea15de456e4a
refs/heads/master: d943f2c82144b0fb8aaebfbc6659c02cc3340527
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-mxc/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void gpt_irq_acknowledge(void)
__raw_writel(MX2_TSTAT_CAPT | MX2_TSTAT_COMP,
timer_base + MX1_2_TSTAT);
} else if (timer_is_v2())
__raw_writel(MX3_TSTAT_OF1, timer_base + MX3_TSTAT);
__raw_writel(V2_TSTAT_OF1, timer_base + V2_TSTAT);
}

static cycle_t mx1_2_get_cycles(struct clocksource *cs)
Expand Down

0 comments on commit c2183e5

Please sign in to comment.