Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264009
b: refs/heads/master
c: aa421c1
h: refs/heads/master
i:
  264007: 9738e3b
v: v3
  • Loading branch information
Changhwan Youn authored and Kukjin Kim committed Sep 15, 2011
1 parent 1e8c95d commit 257c623
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4bd0fe1c78623062263cf5ae875fd484c5b8256d
refs/heads/master: aa421c13a9e318a75b42d9dd2eb85cc73d8aab6b
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-exynos4/mct.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,18 @@ static cycle_t exynos4_frc_read(struct clocksource *cs)
return ((cycle_t)hi << 32) | lo;
}

static void exynos4_frc_resume(struct clocksource *cs)
{
exynos4_mct_frc_start(0, 0);
}

struct clocksource mct_frc = {
.name = "mct-frc",
.rating = 400,
.read = exynos4_frc_read,
.mask = CLOCKSOURCE_MASK(64),
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
.resume = exynos4_frc_resume,
};

static void __init exynos4_clocksource_init(void)
Expand Down

0 comments on commit 257c623

Please sign in to comment.