Files
kernel_arpi/include/linux
Ravikiran G Thirumalai 22fc6eccbf [PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp macros
____cacheline_maxaligned_in_smp is currently used to align critical structures
and avoid false sharing.  It uses per-arch L1_CACHE_SHIFT_MAX and people find
L1_CACHE_SHIFT_MAX useless.

However, we have been using ____cacheline_maxaligned_in_smp to align
structures on the internode cacheline size.  As per Andi's suggestion,
following patch kills ____cacheline_maxaligned_in_smp and introduces
INTERNODE_CACHE_SHIFT, which defaults to L1_CACHE_SHIFT for all arches.
Arches needing L3/Internode cacheline alignment can define
INTERNODE_CACHE_SHIFT in the arch asm/cache.h.  Patch replaces
____cacheline_maxaligned_in_smp with ____cacheline_internodealigned_in_smp

With this patch, L1_CACHE_SHIFT_MAX can be killed

Signed-off-by: Ravikiran Thirumalai <kiran@scalex86.org>
Signed-off-by: Shai Fultheim <shai@scalex86.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-08 20:13:38 -08:00
..
2006-01-06 14:58:39 -05:00
2006-01-04 12:40:39 +00:00
2005-11-13 18:14:17 -08:00
2005-10-28 08:16:49 -07:00
2006-01-03 13:11:06 -08:00
2005-10-30 17:37:10 -08:00
2005-11-05 21:00:02 -05:00
2005-11-13 18:14:10 -08:00
2006-01-06 14:58:54 -05:00
2005-10-30 17:37:32 -08:00
2005-11-10 02:26:41 +01:00
2005-11-22 19:39:30 -08:00
2006-01-05 22:16:26 -08:00
2006-01-06 08:33:54 -08:00
2005-11-08 17:14:08 +01:00
2005-11-08 09:40:47 -08:00
2006-01-06 13:24:54 -08:00
2006-01-06 13:24:29 -08:00
2006-01-06 08:33:53 -08:00
2006-01-06 08:33:59 -08:00
2005-11-07 14:18:56 +01:00
2006-01-06 08:33:29 -08:00
2005-10-08 15:00:57 -07:00
2005-10-30 17:37:32 -08:00
2005-10-30 17:37:17 -08:00
2005-12-12 08:57:43 -08:00
2005-10-28 08:16:47 -07:00
2006-01-08 20:12:43 -08:00
2005-11-07 18:18:11 -08:00
2005-11-09 07:56:00 -08:00
2006-01-06 08:33:20 -08:00
2006-01-03 13:11:15 -08:00
2006-01-06 08:33:29 -08:00
2005-11-13 18:14:12 -08:00
2006-01-06 08:33:56 -08:00
2005-11-07 07:53:42 -08:00
2005-11-07 07:53:39 -08:00
2005-11-06 12:32:31 -06:00
2005-10-28 08:16:47 -07:00
2005-11-07 07:53:46 -08:00
2006-01-06 08:33:27 -08:00
2005-10-30 11:14:39 +11:00
2005-11-07 07:53:41 -08:00
2005-10-30 17:37:32 -08:00
2005-11-07 07:53:37 -08:00
2005-10-30 17:37:19 -08:00
2005-10-30 17:37:32 -08:00
2005-12-12 08:57:42 -08:00
2005-10-30 17:37:18 -08:00
2005-10-28 08:16:46 -07:00
2005-10-28 08:16:49 -07:00
2005-10-29 21:40:35 -07:00
2005-11-07 07:53:41 -08:00
2006-01-08 20:12:40 -08:00