commit | 4cef0c61380888af99b054937ed391fb28757836 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Jan 11 22:44:57 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 19:04:56 2006 -0800 |
tree | dd385a0dc1ab143285f77e0f5c1923490eddc26f | |
parent | fd78f11790c37e2165733699f50450500e63a7b3 [diff] |
[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostly They are referred to often so avoid potential false sharing for them. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>