diff options
Diffstat (limited to 'arch/sparc/kernel/process_64.c')
| -rw-r--r-- | arch/sparc/kernel/process_64.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sparc/kernel/process_64.c b/arch/sparc/kernel/process_64.c index 18d67854a1b8..c3f1cce0e95e 100644 --- a/arch/sparc/kernel/process_64.c +++ b/arch/sparc/kernel/process_64.c | |||
| @@ -365,14 +365,6 @@ void flush_thread(void) | |||
| 365 | struct thread_info *t = current_thread_info(); | 365 | struct thread_info *t = current_thread_info(); |
| 366 | struct mm_struct *mm; | 366 | struct mm_struct *mm; |
| 367 | 367 | ||
| 368 | if (test_ti_thread_flag(t, TIF_ABI_PENDING)) { | ||
| 369 | clear_ti_thread_flag(t, TIF_ABI_PENDING); | ||
| 370 | if (test_ti_thread_flag(t, TIF_32BIT)) | ||
| 371 | clear_ti_thread_flag(t, TIF_32BIT); | ||
| 372 | else | ||
| 373 | set_ti_thread_flag(t, TIF_32BIT); | ||
| 374 | } | ||
| 375 | |||
| 376 | mm = t->task->mm; | 368 | mm = t->task->mm; |
| 377 | if (mm) | 369 | if (mm) |
| 378 | tsb_context_switch(mm); | 370 | tsb_context_switch(mm); |
