From: Juan Quintela <quintela@trasno.org>
To: xen-devel@lists.xensource.com
Subject: [PATH]: Add missing spin_unlock_irq() to x86
Date: 05 May 2006 12:45:15 +0200 [thread overview]
Message-ID: <m27j50g37o.fsf@anano.anano> (raw)
Add missing spin_unlock_irq() at xen/arch/x86/irq.c
Changeset 9889:42a8e3101c6c reorganized the code on this file, and
missed this spin_unlock_irq(). Without this patch, my machine hang
completely during boot. With this, it works.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
diff -r 1a84eec74331 xen/arch/x86/irq.c
--- a/xen/arch/x86/irq.c Thu May 04 11:24:19 2006 +0100
+++ b/xen/arch/x86/irq.c Thu May 04 19:19:46 2006 +0200
@@ -318,6 +318,7 @@ static void __pirq_guest_eoi(struct doma
{
ASSERT(cpus_empty(action->cpu_eoi_map));
desc->handler->end(irq_to_vector(irq));
+ spin_unlock_irq(&desc->lock);
return;
}
next reply other threads:[~2006-05-05 10:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-05 10:45 Juan Quintela [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-05-04 20:48 [PATH]: Add missing spin_unlock_irq() to x86 Juan Quintela
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=m27j50g37o.fsf@anano.anano \
--to=quintela@trasno.org \
--cc=xen-devel@lists.xensource.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.