Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27095
b: refs/heads/master
c: ae5de0f
h: refs/heads/master
i:
  27093: dbfff20
  27091: 1082546
  27087: 76673e3
v: v3
  • Loading branch information
David S. Miller committed Jun 5, 2006
1 parent 5538253 commit d272715
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 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: 959eb39297e8c82f61fbfc283ad4ff11c883bf1e
refs/heads/master: ae5de0ff0bc24664a053109c6caa782ba2ad7c53
5 changes: 3 additions & 2 deletions trunk/arch/sparc64/lib/checksum.S
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ csum_partial_end_cruft:
sll %g1, 8, %g1
or %o5, %g1, %o4

1: add %o2, %o4, %o2
1: addcc %o2, %o4, %o2
addc %g0, %o2, %o2

csum_partial_finish:
retl
mov %o2, %o0
srl %o2, 0, %o0
5 changes: 3 additions & 2 deletions trunk/arch/sparc64/lib/csum_copy.S
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,12 @@ FUNC_NAME: /* %o0=src, %o1=dst, %o2=len, %o3=sum */
sll %g1, 8, %g1
or %o5, %g1, %o4

1: add %o3, %o4, %o3
1: addcc %o3, %o4, %o3
addc %g0, %o3, %o3

70:
retl
mov %o3, %o0
srl %o3, 0, %o0

95: mov 0, GLOBAL_SPARE
brlez,pn %o2, 4f
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_ib.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ static void ipoib_ib_handle_wc(struct net_device *dev,
spin_lock_irqsave(&priv->tx_lock, flags);
++priv->tx_tail;
if (netif_queue_stopped(dev) &&
test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags) &&
priv->tx_head - priv->tx_tail <= ipoib_sendq_size >> 1)
netif_wake_queue(dev);
spin_unlock_irqrestore(&priv->tx_lock, flags);
Expand Down

0 comments on commit d272715

Please sign in to comment.