aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/kernel/process.c')
-rw-r--r--arch/arm64/kernel/process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c
index 659ae8094ed5..c8f7d98d8cb9 100644
--- a/arch/arm64/kernel/process.c
+++ b/arch/arm64/kernel/process.c
@@ -360,6 +360,8 @@ __notrace_funcgraph struct task_struct *__switch_to(struct task_struct *prev,
360 /* 360 /*
361 * Complete any pending TLB or cache maintenance on this CPU in case 361 * Complete any pending TLB or cache maintenance on this CPU in case
362 * the thread migrates to a different CPU. 362 * the thread migrates to a different CPU.
363 * This full barrier is also required by the membarrier system
364 * call.
363 */ 365 */
364 dsb(ish); 366 dsb(ish);
365 367