alistair23-linux/drivers/oprofile
Eric Dumazet 8b8b498836 oprofile: don't request cache line alignment for cpu_buffer
Alignment was previously requested because cpu_buffer was an [NR_CPUS]
array, to avoid cache line sharing between CPUS.

After commit 608dfddd84 (oprofile: change
cpu_buffer from array to per_cpu variable ), we dont need to force an
alignement anymore since cpu_buffer sits in per_cpu zone.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Cc: Mike Travis <travis@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-05-14 19:11:12 -07:00
..
buffer_sync.c oprofile: change cpu_buffer from array to per_cpu variable 2008-04-28 08:58:31 -07:00
buffer_sync.h
cpu_buffer.c oprofile: don't request cache line alignment for cpu_buffer 2008-05-14 19:11:12 -07:00
cpu_buffer.h oprofile: don't request cache line alignment for cpu_buffer 2008-05-14 19:11:12 -07:00
event_buffer.c
event_buffer.h [CELL] oprofile: add support to OProfile for profiling CELL BE SPUs 2007-07-20 21:42:24 +02:00
oprof.c [CELL] oprofile: add support to OProfile for profiling CELL BE SPUs 2007-07-20 21:42:24 +02:00
oprof.h
oprofile_files.c
oprofile_stats.c oprofile: change cpu_buffer from array to per_cpu variable 2008-04-28 08:58:31 -07:00
oprofile_stats.h
oprofilefs.c
timer_int.c