lkml.org 
[lkml]   [2008]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: + kthread-add-a-missing-memory-barrier-to-kthread_stop.patch added to -mm tree
Date
Dmitry Adamushko <dmitry.adamushko@gmail.com> wrote:

> (3)
>
> LOCK
>
> LOAD(a)
> MODIFY(b)
>
> UNLOCK
>
> and this last one is a problem. No?

I assume you meant:

LOCK
LOAD(b)
MODIFY(a)
UNLOCK

David


\
 
 \ /
  Last update: 2008-02-25 15:07    [W:0.645 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site