All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH 4/4] Cleanup lock order in iosapic_register_intr
Date: Fri, 30 Mar 2007 17:37:08 +0000	[thread overview]
Message-ID: <1175276229.4402.2.camel@kane-linux> (raw)
In-Reply-To: <4608A1EB.3000701@jp.fujitsu.com>

> >  	spin_lock_irqsave(&irq_desc[vector].lock, flags);
>         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> This linue must be
>         spin_lock(&irq_desc[vector].lock, flags);

I wanted to say 

	spin_lock(&irq_desc[vector].lock);

Patch is OK. Sorry again...

Thanks,
Kenji Kaneshige




      parent reply	other threads:[~2007-03-30 17:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-27  4:47 [PATCH 4/4] Cleanup lock order in iosapic_register_intr Kenji Kaneshige
2007-03-30 17:01 ` Kenji Kaneshige
2007-03-30 17:37 ` Kenji Kaneshige [this message]

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=1175276229.4402.2.camel@kane-linux \
    --to=kaneshige.kenji@jp.fujitsu.com \
    --cc=linux-ia64@vger.kernel.org \
    /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.