diff options
Diffstat (limited to 'arch/s390/kernel/setup.c')
-rw-r--r-- | arch/s390/kernel/setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c index 0663287fa1b3..2148ad3d490d 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c | |||
@@ -124,12 +124,6 @@ void __cpuinit cpu_init(void) | |||
124 | */ | 124 | */ |
125 | get_cpu_id(&S390_lowcore.cpu_id); | 125 | get_cpu_id(&S390_lowcore.cpu_id); |
126 | 126 | ||
127 | /* | ||
128 | * Force FPU initialization: | ||
129 | */ | ||
130 | clear_thread_flag(TIF_USEDFPU); | ||
131 | clear_used_math(); | ||
132 | |||
133 | atomic_inc(&init_mm.mm_count); | 127 | atomic_inc(&init_mm.mm_count); |
134 | current->active_mm = &init_mm; | 128 | current->active_mm = &init_mm; |
135 | BUG_ON(current->mm); | 129 | BUG_ON(current->mm); |