Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234043
b: refs/heads/master
c: 4c418ba
h: refs/heads/master
i:
  234041: 694a619
  234039: 9793d90
v: v3
  • Loading branch information
Doe, YiCheng authored and Linus Torvalds committed Mar 10, 2011
1 parent 7a97d96 commit 6347f67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4afcc10a65bb1f30c4fa1dec2634df74160a8054
refs/heads/master: 4c418ba9695a24917a1fcfa48f7db3fd76337eb7
8 changes: 8 additions & 0 deletions trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,14 @@ static void sender(void *send_info,
printk("**Enqueue: %d.%9.9d\n", t.tv_sec, t.tv_usec);
#endif

/*
* last_timeout_jiffies is updated here to avoid
* smi_timeout() handler passing very large time_diff
* value to smi_event_handler() that causes
* the send command to abort.
*/
smi_info->last_timeout_jiffies = jiffies;

mod_timer(&smi_info->si_timer, jiffies + SI_TIMEOUT_JIFFIES);

if (smi_info->thread)
Expand Down

0 comments on commit 6347f67

Please sign in to comment.