Loading arch/s390/include/asm/sigp.h +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ #include <asm/atomic.h> /* get real cpu address from logical cpu number */ extern volatile int __cpu_logical_map[]; extern int __cpu_logical_map[]; typedef enum { Loading arch/s390/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ unsigned long elf_hwcap = 0; char elf_platform[ELF_PLATFORM_SIZE]; struct mem_chunk __initdata memory_chunk[MEMORY_CHUNKS]; volatile int __cpu_logical_map[NR_CPUS]; /* logical cpu to cpu address */ int __cpu_logical_map[NR_CPUS]; /* logical cpu to cpu address */ int __initdata memory_end_set; unsigned long __initdata memory_end; Loading Loading
arch/s390/include/asm/sigp.h +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ #include <asm/atomic.h> /* get real cpu address from logical cpu number */ extern volatile int __cpu_logical_map[]; extern int __cpu_logical_map[]; typedef enum { Loading
arch/s390/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ unsigned long elf_hwcap = 0; char elf_platform[ELF_PLATFORM_SIZE]; struct mem_chunk __initdata memory_chunk[MEMORY_CHUNKS]; volatile int __cpu_logical_map[NR_CPUS]; /* logical cpu to cpu address */ int __cpu_logical_map[NR_CPUS]; /* logical cpu to cpu address */ int __initdata memory_end_set; unsigned long __initdata memory_end; Loading