Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333726
b: refs/heads/master
c: e6b866e
h: refs/heads/master
v: v3
  • Loading branch information
Lorenzo Pieralisi committed Sep 25, 2012
1 parent 80f632b commit 516c102
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dbee0c6fb4c1269b2dfc8b0b7a29907ea7fed560
refs/heads/master: e6b866e954a7f0d0144a951c158f3922dac1e6b9
5 changes: 4 additions & 1 deletion trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,11 @@ int __cpu_disable(void)
/*
* Flush user cache and TLB mappings, and then remove this CPU
* from the vm mask set of all processes.
*
* Caches are flushed to the Level of Unification Inner Shareable
* to write-back dirty lines to unified caches shared by all CPUs.
*/
flush_cache_all();
flush_cache_louis();
local_flush_tlb_all();

clear_tasks_mm_cpumask(cpu);
Expand Down

0 comments on commit 516c102

Please sign in to comment.