Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185763
b: refs/heads/master
c: b372ec2
h: refs/heads/master
i:
  185761: 6ab8233
  185759: c6761b3
v: v3
  • Loading branch information
Dan Williams committed Mar 3, 2010
1 parent 1e0d567 commit 1fe77d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: 773d9e2d8dbf02cfaf65786cf9100eef02c9fda4
refs/heads/master: b372ec2d900a5b50e47ef9e9624536ad146236be
10 changes: 1 addition & 9 deletions trunk/drivers/dma/ioat/dma_v3.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,16 +341,8 @@ static void ioat3_restart_channel(struct ioat2_dma_chan *ioat)
{
struct ioat_chan_common *chan = &ioat->base;
unsigned long phys_complete;
u32 status;

status = ioat_chansts(chan);
if (is_ioat_active(status) || is_ioat_idle(status))
ioat_suspend(chan);
while (is_ioat_active(status) || is_ioat_idle(status)) {
status = ioat_chansts(chan);
cpu_relax();
}

ioat2_quiesce(chan, 0);
if (ioat_cleanup_preamble(chan, &phys_complete))
__cleanup(ioat, phys_complete);

Expand Down

0 comments on commit 1fe77d9

Please sign in to comment.