|
@@ -311,11 +311,11 @@ struct task_struct *__switch_to(struct task_struct *prev,
|
|
fpsimd_thread_switch(next);
|
|
fpsimd_thread_switch(next);
|
|
tls_thread_switch(next);
|
|
tls_thread_switch(next);
|
|
hw_breakpoint_thread_switch(next);
|
|
hw_breakpoint_thread_switch(next);
|
|
|
|
+ contextidr_thread_switch(next);
|
|
|
|
|
|
/* the actual thread switch */
|
|
/* the actual thread switch */
|
|
last = cpu_switch_to(prev, next);
|
|
last = cpu_switch_to(prev, next);
|
|
|
|
|
|
- contextidr_thread_switch(next);
|
|
|
|
return last;
|
|
return last;
|
|
}
|
|
}
|
|
|
|
|