public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel/futex.c: Uneeded memory barrier
@ 2003-09-12 18:20 Felipe W Damasio
  2003-09-12 18:33 ` Felipe W Damasio
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Felipe W Damasio @ 2003-09-12 18:20 UTC (permalink / raw)
  To: rusty; +Cc: Linux Kernel Mailing List

	Hi Rusty,

	Patch against 2.6-test5.

	Kills an unneeded set_current_state after schedule_timeout, since it 
already guarantees that the task will be TASK_RUNNING.

	Also, when setting the state to TASK_RUNNING, isn't that memory 
barrier unneeded? Patch removes this memory barrier too.

	If it looks good, please consider applying.

	Thanks.

Felipe


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

end of thread, other threads:[~2003-09-16 12:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-12 18:20 [PATCH] kernel/futex.c: Uneeded memory barrier Felipe W Damasio
2003-09-12 18:33 ` Felipe W Damasio
2003-09-15  9:39   ` Rusty Russell
2003-09-16 12:05     ` Jamie Lokier
2003-09-13 19:02 ` Jamie Lokier
2003-09-15  1:36   ` Rusty Russell
2003-09-14 11:39 ` Rusty Russell
2003-09-14 14:08   ` Jamie Lokier
2003-09-15  3:41     ` Rusty Russell
2003-09-15  9:23       ` Russell King
2003-09-15 16:32         ` Rusty Russell

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