[S390] Fix couple of section mismatches.
[deliverable/linux.git] / arch / s390 / kernel / setup.c
index 766c783bd7a726e25c8a9f0ba243067a1a296344..2d266f45e73fc7e9c328e63a602a48d0558db3a3 100644 (file)
@@ -77,7 +77,7 @@ unsigned long machine_flags = 0;
 unsigned long elf_hwcap = 0;
 char elf_platform[ELF_PLATFORM_SIZE];
 
-struct mem_chunk __initdata memory_chunk[MEMORY_CHUNKS];
+struct mem_chunk __meminitdata memory_chunk[MEMORY_CHUNKS];
 volatile int __cpu_logical_map[NR_CPUS]; /* logical cpu to cpu address */
 static unsigned long __initdata memory_end;
 
This page took 0.037156 seconds and 5 git commands to generate.