Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19148
b: refs/heads/master
c: 79c83bd
h: refs/heads/master
v: v3
  • Loading branch information
Jack Steiner authored and Tony Luck committed Jan 24, 2006
1 parent 4f17d02 commit c8c5a68
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: dc64161343015162a3fabfcd20b9b84409af67d5
refs/heads/master: 79c83bd15af3b06079a9205db9c64c92ca1bd868
3 changes: 2 additions & 1 deletion trunk/arch/ia64/kernel/unaligned.c
Original file line number Diff line number Diff line change
Expand Up @@ -1283,8 +1283,9 @@ within_logging_rate_limit (void)

if (jiffies - last_time > 5*HZ)
count = 0;
if (++count < 5) {
if (count < 5) {
last_time = jiffies;
count++;
return 1;
}
return 0;
Expand Down

0 comments on commit c8c5a68

Please sign in to comment.