projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e31108
)
Fix silly typo ("smb" vs "smp")
author
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 24 Dec 2005 20:19:38 +0000
(12:19 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 24 Dec 2005 20:19:38 +0000
(12:19 -0800)
Introduced by commit
6003a93e7bf6c02f33c02976ff364785d4273295
ipc/sem.c
patch
|
blob
|
history
diff --git
a/ipc/sem.c
b/ipc/sem.c
index 6a16f8edf2b2124f9e2fe095be1e62ca88d23152..cb5bb2a5df96f417f5c44b1108e8483ee3a10585 100644
(file)
--- a/
ipc/sem.c
+++ b/
ipc/sem.c
@@
-381,7
+381,7
@@
static void update_queue (struct sem_array * sma)
/* hands-off: q will disappear immediately after
* writing q->status.
*/
- sm
b
_wmb();
+ sm
p
_wmb();
q->status = error;
q = n;
} else {