diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-12-07 05:40:26 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 17:39:45 +0100 |
commit | ccdea2f88b5689f0fd29c3804be43a3acf0311e3 (patch) | |
tree | 573e44a4107850e6e8a61c5845c7e60beeecb27a /include/asm-generic/Kbuild | |
parent | [PATCH] MAINTAINERS: remove the non-existing sun3 list (diff) | |
download | linux-ccdea2f88b5689f0fd29c3804be43a3acf0311e3.tar.xz linux-ccdea2f88b5689f0fd29c3804be43a3acf0311e3.zip |
[PATCH] futex: remove unneeded barrier
When disassembling a kernel I found around over 90 sync Instructions from
mb, rmb and wmb calls in the kernel and only few of those make any sense to
me. So here's the first one - I think the wmb() in kernel/futex.c is not
needed on uniprocessors so should become an smb_wmb().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-generic/Kbuild')
0 files changed, 0 insertions, 0 deletions