Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303259
b: refs/heads/master
c: 173bf69
h: refs/heads/master
i:
  303257: bb84c03
  303255: 05e9f0d
v: v3
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed May 12, 2012
1 parent 709ddb3 commit 587c7fa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 15d2c83948a3f47095017dbcf2060132bcd8c00c
refs/heads/master: 173bf69a7af142e0325fa514954f6eeb2d20cc1d
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-shmobile/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ void __init shmobile_setup_delay(unsigned int max_cpu_core_mhz,

unsigned int value = (1000000 * mult) / (HZ * div);

lpj_fine = max_cpu_core_mhz * value;
if (!preset_lpj)
preset_lpj = max_cpu_core_mhz * value;
}

static void __init shmobile_late_time_init(void)
Expand Down

0 comments on commit 587c7fa

Please sign in to comment.