diff options
author | Paul Jackson <pj@sgi.com> | 2006-03-24 03:16:11 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 07:33:24 -0800 |
commit | 151a44202d097ae8b1bbaa6d8d2f97df30e3cd1e (patch) | |
tree | 3752bba902e73001443bb75f40495cc3a1d24f54 /kernel/mutex.h | |
parent | 8488bc359d674baf710992e4b641513ea5ebd212 (diff) | |
download | talos-obmc-linux-151a44202d097ae8b1bbaa6d8d2f97df30e3cd1e.tar.gz talos-obmc-linux-151a44202d097ae8b1bbaa6d8d2f97df30e3cd1e.zip |
[PATCH] cpuset: don't need to mark cpuset_mems_generation atomic
Drop the atomic_t marking on the cpuset static global
cpuset_mems_generation. Since all access to it is guarded by the global
manage_mutex, there is no need for further serialization of this value.
Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/mutex.h')
0 files changed, 0 insertions, 0 deletions