aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/setup.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2010-01-13 14:44:35 -0500
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>2010-01-13 14:44:45 -0500
commitc6a5f8cea2e5454fce3859ca5ed381c2535184cf (patch)
treec2b7dce50da44d79e3669bda8152d6d0f9357dc8 /arch/s390/kernel/setup.c
parent02beaccc901b7a28ac1de79f3ed122f5fda220b1 (diff)
[S390] smp: remove volatile type quilifier from __cpu_logical_map
Remove pointless qualifier. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/setup.c')
-rw-r--r--arch/s390/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
index 2d6a265b0145..3fe1680c3899 100644
--- a/arch/s390/kernel/setup.c
+++ b/arch/s390/kernel/setup.c
@@ -87,7 +87,7 @@ unsigned long elf_hwcap = 0;
87char elf_platform[ELF_PLATFORM_SIZE]; 87char elf_platform[ELF_PLATFORM_SIZE];
88 88
89struct mem_chunk __initdata memory_chunk[MEMORY_CHUNKS]; 89struct mem_chunk __initdata memory_chunk[MEMORY_CHUNKS];
90volatile int __cpu_logical_map[NR_CPUS]; /* logical cpu to cpu address */ 90int __cpu_logical_map[NR_CPUS]; /* logical cpu to cpu address */
91 91
92int __initdata memory_end_set; 92int __initdata memory_end_set;
93unsigned long __initdata memory_end; 93unsigned long __initdata memory_end;