public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* question on spinlocks
@ 2002-09-01 17:27 Oliver Neukum
  2002-09-01 19:05 ` Ralf Baechle
  0 siblings, 1 reply; 13+ messages in thread
From: Oliver Neukum @ 2002-09-01 17:27 UTC (permalink / raw)
  To: linux-kernel

Hi,

is the following sequence legal ?

spin_lock_irqsave(...);
...
spin_unlock(...);
schedule();
spin_lock(...);
...
spin_unlock_irqrestore(...);

	TIA
		Oliver


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2002-09-04  8:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-01 17:27 question on spinlocks Oliver Neukum
2002-09-01 19:05 ` Ralf Baechle
2002-09-01 21:53   ` Thunder from the hill
2002-09-01 22:02     ` Oliver Neukum
2002-09-01 22:09       ` Thunder from the hill
2002-09-01 22:11         ` Robert Love
2002-09-01 22:33         ` Oliver Neukum
2002-09-02 22:30           ` Jan Hudec
2002-09-03 22:13           ` george anzinger
2002-09-01 22:11       ` Robert Love
2002-09-01 22:08     ` Robert Love
2002-09-01 22:16       ` Thunder from the hill
     [not found]     ` <mailman.1030918200.24262.linux-kernel2news@redhat.com>
2002-09-03 20:09       ` Pete Zaitcev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox