Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96173
b: refs/heads/master
c: b4d390d
h: refs/heads/master
i:
  96171: 3bac3af
v: v3
  • Loading branch information
Dave Olson authored and Roland Dreier committed May 7, 2008
1 parent b191b5b commit a31fc4e
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 6e87d1500713767866db0668bbcec75719576f3c
refs/heads/master: b4d390d8d219452e5d4257c87134a6934d7fabeb
8 changes: 6 additions & 2 deletions trunk/drivers/infiniband/hw/ipath/ipath_intr.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,11 +933,15 @@ void ipath_clear_freeze(struct ipath_devdata *dd)
* therefore would not be sent, and eventually
* might cause the process to run out of bufs
*/
ipath_cancel_sends(dd, 0);
ipath_cancel_sends(dd, 1);
ipath_write_kreg(dd, dd->ipath_kregs->kr_control,
dd->ipath_control);

/* ensure pio avail updates continue */
/*
* ensure pio avail updates continue (because the update
* won't have happened from cancel_sends because we were
* still in freeze
*/
ipath_force_pio_avail_update(dd);

/*
Expand Down

0 comments on commit a31fc4e

Please sign in to comment.