diff options
| author | Ingo Molnar <mingo@elte.hu> | 2010-01-29 03:24:57 -0500 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2010-01-29 04:36:22 -0500 | 
| commit | ae7f6711d6231c9ba54feb5ba9856c3775e482f8 (patch) | |
| tree | 89070c82204b2503348e4fd6c51d25a169375545 /arch/s390/kernel/setup.c | |
| parent | 64abebf731df87e6f4ae7d9ffc340bdf0c033e44 (diff) | |
| parent | b23ff0e9330e4b11e18af984d50573598e10e7f9 (diff) | |
Merge branch 'perf/urgent' into perf/core
Merge reason: We want to queue up a dependent patch. Also update to
              later -rc's.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/s390/kernel/setup.c')
| -rw-r--r-- | arch/s390/kernel/setup.c | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c index 0663287fa1b3..8d8957b38ab3 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c  | |||
| @@ -87,7 +87,6 @@ unsigned long elf_hwcap = 0; | |||
| 87 | char elf_platform[ELF_PLATFORM_SIZE]; | 87 | char elf_platform[ELF_PLATFORM_SIZE]; | 
| 88 | 88 | ||
| 89 | struct mem_chunk __initdata memory_chunk[MEMORY_CHUNKS]; | 89 | struct mem_chunk __initdata memory_chunk[MEMORY_CHUNKS]; | 
| 90 | volatile int __cpu_logical_map[NR_CPUS]; /* logical cpu to cpu address */ | ||
| 91 | 90 | ||
| 92 | int __initdata memory_end_set; | 91 | int __initdata memory_end_set; | 
| 93 | unsigned long __initdata memory_end; | 92 | unsigned long __initdata memory_end; | 
| @@ -124,12 +123,6 @@ void __cpuinit cpu_init(void) | |||
| 124 | */ | 123 | */ | 
| 125 | get_cpu_id(&S390_lowcore.cpu_id); | 124 | get_cpu_id(&S390_lowcore.cpu_id); | 
| 126 | 125 | ||
| 127 | /* | ||
| 128 | * Force FPU initialization: | ||
| 129 | */ | ||
| 130 | clear_thread_flag(TIF_USEDFPU); | ||
| 131 | clear_used_math(); | ||
| 132 | |||
| 133 | atomic_inc(&init_mm.mm_count); | 126 | atomic_inc(&init_mm.mm_count); | 
| 134 | current->active_mm = &init_mm; | 127 | current->active_mm = &init_mm; | 
| 135 | BUG_ON(current->mm); | 128 | BUG_ON(current->mm); | 
| @@ -855,7 +848,6 @@ setup_arch(char **cmdline_p) | |||
| 855 | setup_lowcore(); | 848 | setup_lowcore(); | 
| 856 | 849 | ||
| 857 | cpu_init(); | 850 | cpu_init(); | 
| 858 | __cpu_logical_map[0] = stap(); | ||
| 859 | s390_init_cpu_topology(); | 851 | s390_init_cpu_topology(); | 
| 860 | 852 | ||
| 861 | /* | 853 | /* | 
