Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
This commit is contained in:
@ -365,14 +365,6 @@ void flush_thread(void)
|
||||
struct thread_info *t = current_thread_info();
|
||||
struct mm_struct *mm;
|
||||
|
||||
if (test_ti_thread_flag(t, TIF_ABI_PENDING)) {
|
||||
clear_ti_thread_flag(t, TIF_ABI_PENDING);
|
||||
if (test_ti_thread_flag(t, TIF_32BIT))
|
||||
clear_ti_thread_flag(t, TIF_32BIT);
|
||||
else
|
||||
set_ti_thread_flag(t, TIF_32BIT);
|
||||
}
|
||||
|
||||
mm = t->task->mm;
|
||||
if (mm)
|
||||
tsb_context_switch(mm);
|
||||
|
Reference in New Issue
Block a user