[IA64] Add __read_mostly support for IA64
authorChristoph Lameter <clameter@engr.sgi.com>
Mon, 12 Dec 2005 17:34:32 +0000 (09:34 -0800)
committerTony Luck <tony.luck@intel.com>
Fri, 16 Dec 2005 18:52:46 +0000 (10:52 -0800)
commitdc86e88c2bb8a7603ee175fbb6a9e92cf3293dd8
treea15905f02969ba9471b8cfd28f7dc041189dabb5
parentd5bf3165b6fbb879a4658f9da9ca2fe002b75f08
[IA64] Add __read_mostly support for IA64

sparc64, i386 and x86_64 have support for a special data section dedicated
to rarely updated data that is frequently read. The section was created to
avoid false sharing of those rarely read data with frequently written kernel
data.

This patch creates such a data section for ia64 and will group rarely written
data into this section.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/vmlinux.lds.S
include/linux/cache.h