Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4058
b: refs/heads/master
c: db57955
h: refs/heads/master
v: v3
  • Loading branch information
Nishanth Aravamudan authored and Russell King committed Jul 1, 2005
1 parent d456246 commit a5cc62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: c77b042700ae1fc4d661d7d62787899e755160d5
refs/heads/master: db5795547694cf68388aaf8f59723e850f7466f6
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-sa1100/cpu-sa1110.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@ static int sa1110_target(struct cpufreq_policy *policy,
*/
sdram_set_refresh(2);
if (!irqs_disabled()) {
set_current_state(TASK_UNINTERRUPTIBLE);
schedule_timeout(20 * HZ / 1000);
msleep(20);
} else {
mdelay(20);
}
Expand Down

0 comments on commit a5cc62c

Please sign in to comment.