login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
17
Re: [Patch (block.git) 1/2] Add irqsave to spinlocks in call function single interrupt
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Jens Axboe
Subject:
Re: [Patch (block.git) 1/2] Add irqsave to spinlocks in call function single interrupt
Date: Monday, March 17, 2008 - 12:27 pm
On Mon, Mar 17 2008, Alan D. Brunelle wrote:
quoted text
> > Signed-off-by: Alan D. Brunelle <alan.brunelle@hp.com> > --- > kernel/smp.c | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/kernel/smp.c b/kernel/smp.c > index 852abd3..7232e1c 100644 > --- a/kernel/smp.c > +++ b/kernel/smp.c > @@ -24,12 +24,13 @@ void __cpuinit generic_init_call_single_data(void) > void generic_smp_call_function_single_interrupt(void) > { > struct call_single_queue *q; > + unsigned long flags; > LIST_HEAD(list); > > q = &__get_cpu_var(call_single_queue); > - spin_lock(&q->lock); > + spin_lock_irqsave(&q->lock, flags); > list_replace_init(&q->list, &list); > - spin_unlock(&q->lock); > + spin_unlock_irqrestore(&q->lock, flags); > > while (!list_empty(&list)) { > struct call_single_data *data;
This is included in the later series. -- Jens Axboe --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[Patch (block.git) 1/2] Add irqsave to spinlocks in call f ...
, Alan D. Brunelle
, (Mon Mar 17, 9:34 am)
Re: [Patch (block.git) 1/2] Add irqsave to spinlocks in ca ...
, Jens Axboe
, (Mon Mar 17, 12:27 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Frederic Weisbecker
[PATCH v2] struct sort_entry has a callback named snprintf that turns an entry int...
FUJITA Tomonori
Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel
Jens Axboe
Re: [BUG] Linux 2.6.25-rc2 - Regression from 2.6.24-rc1-git1 softlockup while bo...
Andrew Morton
Re: [PATCH v3 0/4] Introduce hardware spinlock framework
Jeff Garzik
Re: 2.6.23-rc7-mm1 AHCI ATA errors -- won't boot
git
:
Junio C Hamano
Re: git-svnimport
Michal Sojka
[PATCHv5 1/2] filter-branch: Fix to allow replacing submodules with another content
Junio C Hamano
Re: Fwd: git status options feature suggestion
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
linux-netdev
:
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Gerrit Renker
[PATCH 1/5] dccp: Initialisation framework for feature negotiation
Ursula Braun
[patch 2/8] [PATCH] af_iucv: sync sk shutdown flag if iucv path is quiesced
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
git-commits-head
:
Linux Kernel Mailing List
ARM: S3C64XX: DMA: Callback with correct buffer pointer
Linux Kernel Mailing List
sata_mv: drop unncessary EH callback resetting
Linux Kernel Mailing List
timer: Try to survive timer callback preempt_count leak
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
Linux Kernel Mailing List
[ARM] 5488/1: ARM errata: Invalidation of the Instruction Cache operation can fail
openbsd-misc
:
Rene Maroufi
smtpd: Aliases only work with for local alias aliases
Stephen J. Bevan
GRE over IPsec
Christophe Rioux
Implementation example of snmp
Darrin Chandler
Re: strange output on openbsd C code
Nick Holland
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate