Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367256
b: refs/heads/master
c: 5108c67
h: refs/heads/master
v: v3
  • Loading branch information
Catalin Marinas committed Apr 25, 2013
1 parent de491dd commit 36c8de5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b3ea2e04d2b8b37c5bc472f710d706b42e4fa06
refs/heads/master: 5108c67c376b3ee59cc7fbe46eaba481eb3419aa
6 changes: 6 additions & 0 deletions trunk/arch/arm64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ struct task_struct *__switch_to(struct task_struct *prev,
hw_breakpoint_thread_switch(next);
contextidr_thread_switch(next);

/*
* Complete any pending TLB or cache maintenance on this CPU in case
* the thread migrates to a different CPU.
*/
dsb();

/* the actual thread switch */
last = cpu_switch_to(prev, next);

Expand Down

0 comments on commit 36c8de5

Please sign in to comment.