From: Andi Kleen Date: Wed, 11 Jan 2006 21:44:57 +0000 (+0100) Subject: [PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostly X-Git-Tag: v2.6.16-rc1~329 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cef0c61380888af99b054937ed391fb28757836;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed