All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Modica <modica@sgi.com>
To: netdev@oss.sgi.com
Subject: rudimentary ISR question
Date: Mon, 12 Apr 2004 17:16:39 -0500	[thread overview]
Message-ID: <407B1547.5020402@sgi.com> (raw)

Hi All,

I'm looking at the tg3.c driver in the 2.4.21 kernel and in the 
_interrupt routing, the driver is calling spin_lock_irqsave.

Since it's guaranteed that the tg3 interrupt handler will be disabled 
for the duration of the interrupt handler, why can't the driver simply 
call spin_lock?

Steve

             reply	other threads:[~2004-04-12 22:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-12 22:16 Steve Modica [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-04-12 23:23 rudimentary ISR question Krishna Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=407B1547.5020402@sgi.com \
    --to=modica@sgi.com \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.