Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194778
b: refs/heads/master
c: a0cfa85
h: refs/heads/master
v: v3
  • Loading branch information
David Daney authored and David S. Miller committed May 6, 2010
1 parent c221248 commit 29aba00
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4d30b8013b2d82138d6900965fe9fcd062f2d06d
refs/heads/master: a0cfa850ac639759cd68a121920f3e474ce9dfb1
3 changes: 1 addition & 2 deletions trunk/drivers/net/octeon/octeon_mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,7 @@ static irqreturn_t octeon_mgmt_interrupt(int cpl, void *dev_id)
mixx_isr.u64 = cvmx_read_csr(CVMX_MIXX_ISR(port));

/* Clear any pending interrupts */
cvmx_write_csr(CVMX_MIXX_ISR(port),
cvmx_read_csr(CVMX_MIXX_ISR(port)));
cvmx_write_csr(CVMX_MIXX_ISR(port), mixx_isr.u64);
cvmx_read_csr(CVMX_MIXX_ISR(port));

if (mixx_isr.s.irthresh) {
Expand Down

0 comments on commit 29aba00

Please sign in to comment.