Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97655
b: refs/heads/master
c: c03e05d
h: refs/heads/master
i:
  97653: c3a5eeb
  97651: 0ae911f
  97647: 7580a80
v: v3
  • Loading branch information
Mark Asselstine authored and David S. Miller committed Jun 4, 2008
1 parent c64937e commit fd97163
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a13366c632132bb9f8f2950a79773d8f68f4871e
refs/heads/master: c03e05d81d70879273488206bfcb1805ebca9612
4 changes: 2 additions & 2 deletions trunk/drivers/net/sunhme.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ static __inline__ void tx_add_log(struct happy_meal *hp, unsigned int a, unsigne
struct hme_tx_logent *tlp;
unsigned long flags;

save_and_cli(flags);
local_irq_save(flags);
tlp = &tx_log[txlog_cur_entry];
tlp->tstamp = (unsigned int)jiffies;
tlp->tx_new = hp->tx_new;
tlp->tx_old = hp->tx_old;
tlp->action = a;
tlp->status = s;
txlog_cur_entry = (txlog_cur_entry + 1) & (TX_LOG_LEN - 1);
restore_flags(flags);
local_irq_restore(flags);
}
static __inline__ void tx_dump_log(void)
{
Expand Down

0 comments on commit fd97163

Please sign in to comment.