Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91442
b: refs/heads/master
c: 59861bc
h: refs/heads/master
v: v3
  • Loading branch information
S.Çağlar Onur authored and Paul Mackerras committed Mar 25, 2008
1 parent 085ce59 commit 139624a
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: 96366a8d3f17ee964802378d4a1f51fda86f070e
refs/heads/master: 59861bc6ee475542c66f4b24b9f5b5148f1d4f0e
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/iseries/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#undef DEBUG

#include <linux/jiffies.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/string.h>
Expand Down Expand Up @@ -586,7 +587,7 @@ static inline struct device_node *xlate_iomm_address(
static unsigned long last_jiffies;
static int num_printed;

if ((jiffies - last_jiffies) > 60 * HZ) {
if (time_after(jiffies, last_jiffies + 60 * HZ)) {
last_jiffies = jiffies;
num_printed = 0;
}
Expand Down

0 comments on commit 139624a

Please sign in to comment.