Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88492
b: refs/heads/master
c: 0349d16
h: refs/heads/master
v: v3
  • Loading branch information
Ralph Campbell authored and Roland Dreier committed Apr 17, 2008
1 parent 87a5b9c commit 87f523a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c263ff65d5936113cfcbb8139d34122361e2306e
refs/heads/master: 0349d1662027fee36e590640b3b05fd979ae26f8
6 changes: 3 additions & 3 deletions trunk/drivers/infiniband/hw/ipath/ipath_intr.c
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ static int handle_errors(struct ipath_devdata *dd, ipath_err_t errs)
void ipath_clear_freeze(struct ipath_devdata *dd)
{
int i, im;
__le64 val;
u64 val;
unsigned long flags;

/* disable error interrupts, to avoid confusion */
Expand Down Expand Up @@ -835,8 +835,8 @@ void ipath_clear_freeze(struct ipath_devdata *dd)
/* deal with 6110 chip bug */
im = i > 3 ? i ^ 1 : i;
val = ipath_read_kreg64(dd, (0x1000 / sizeof(u64)) + im);
dd->ipath_pioavailregs_dma[i] = dd->ipath_pioavailshadow[i]
= le64_to_cpu(val);
dd->ipath_pioavailregs_dma[i] = cpu_to_le64(val);
dd->ipath_pioavailshadow[i] = val;
}

/*
Expand Down

0 comments on commit 87f523a

Please sign in to comment.