Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198795
b: refs/heads/master
c: ddac44b
h: refs/heads/master
i:
  198793: b8b6fd4
  198791: 7afff66
v: v3
  • Loading branch information
Corey Minyard authored and Linus Torvalds committed May 27, 2010
1 parent 6cd7af3 commit 2960de3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 06ee459402434aabed0c6d03c4cc10bfe4a3a65b
refs/heads/master: ddac44b7b21b72c0d9d6882ac8d7027afc25138c
4 changes: 2 additions & 2 deletions trunk/drivers/char/ipmi/ipmi_msghandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -4037,8 +4037,8 @@ static void ipmi_request_event(void)

static struct timer_list ipmi_timer;

/* Call every ~100 ms. */
#define IPMI_TIMEOUT_TIME 100
/* Call every ~1000 ms. */
#define IPMI_TIMEOUT_TIME 1000

/* How many jiffies does it take to get to the timeout time. */
#define IPMI_TIMEOUT_JIFFIES ((IPMI_TIMEOUT_TIME * HZ) / 1000)
Expand Down

0 comments on commit 2960de3

Please sign in to comment.