From: Christoph Lameter <christoph@lameter.com>



Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 arch/i386/kernel/vmlinux.lds.S |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/i386/kernel/vmlinux.lds.S~optimise-storage-of-read-mostly-variables-fix arch/i386/kernel/vmlinux.lds.S
--- 25/arch/i386/kernel/vmlinux.lds.S~optimise-storage-of-read-mostly-variables-fix	2005-05-11 23:58:14.000000000 -0700
+++ 25-akpm/arch/i386/kernel/vmlinux.lds.S	2005-05-11 23:58:14.000000000 -0700
@@ -51,7 +51,7 @@ SECTIONS
   .data.cacheline_aligned : { *(.data.cacheline_aligned) }
 
   /* rarely changed data like cpu maps */
-  . = ALIGN(4096);
+  . = ALIGN(32);
   .data.mostly_readonly : { *(.data.mostly_readonly) }
 
   _edata = .;			/* End of data section */
_