From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
Ian.Campbell@citrix.com, david.vrabel@citrix.com
Subject: [PATCH] arm: replace list_del and INIT_LIST_HEAD with list_del_init
Date: Wed, 15 Feb 2012 14:03:29 +0000 [thread overview]
Message-ID: <1329314609-31761-2-git-send-email-stefano.stabellini@eu.citrix.com> (raw)
In-Reply-To: <1329314609-31761-1-git-send-email-stefano.stabellini@eu.citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
xen/arch/arm/gic.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/xen/arch/arm/gic.c b/xen/arch/arm/gic.c
index 520a400..c34661b 100644
--- a/xen/arch/arm/gic.c
+++ b/xen/arch/arm/gic.c
@@ -501,8 +501,7 @@ static void maintenance_interrupt(int irq, void *dev_id, struct cpu_user_regs *r
p->desc->status &= ~IRQ_INPROGRESS;
GICC[GICC_DIR] = virq;
}
- list_del(&p->link);
- INIT_LIST_HEAD(&p->link);
+ list_del_init(&p->link);
cpu_raise_softirq(current->processor, VGIC_SOFTIRQ);
spin_unlock(¤t->arch.vgic.lock);
}
--
1.7.2.5
next prev parent reply other threads:[~2012-02-15 14:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-15 14:03 [PATCH v3] arm: support fewer LR registers than virtual irqs Stefano Stabellini
2012-02-15 14:03 ` Stefano Stabellini [this message]
2012-02-17 12:50 ` [PATCH] arm: replace list_del and INIT_LIST_HEAD with list_del_init Ian Campbell
2012-02-23 14:55 ` Stefano Stabellini
2012-02-17 12:46 ` [PATCH v3] arm: support fewer LR registers than virtual irqs Ian Campbell
2012-02-23 15:45 ` Stefano Stabellini
2012-02-27 17:22 ` Ian Campbell
2012-02-29 17:18 ` Stefano Stabellini
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=1329314609-31761-2-git-send-email-stefano.stabellini@eu.citrix.com \
--to=stefano.stabellini@eu.citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=david.vrabel@citrix.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).