diff options
author | Joseph Lo <[email protected]> | 2013-01-03 14:42:59 +0800 |
---|---|---|
committer | Stephen Warren <[email protected]> | 2013-01-28 10:21:44 -0700 |
commit | 57886616ca7bff844a6427436d0c8faf74653f73 (patch) | |
tree | 4c353be72a7f266727320189e8e91965b93fa0b0 /net/lapb/lapb_in.c | |
parent | 130bfed72c75a36c76ecc82d73818c6fccd2a468 (diff) |
ARM: tegra: update the cache maintenance order for CPU shutdown
Updating the cache maintenance order before CPU shutdown when doing CPU
hotplug.
The old order:
* clean L1 by flush_cache_all
* exit SMP
* CPU shutdown
Adapt to:
* disable L1 data cache by clear C bit
* clean L1 by v7_flush_dcache_louis
* exit SMP
* CPU shutdown
For CPU hotplug case, it's no need to do "flush_cache_all". And we should
disable L1 data cache before clean L1 data cache. Then leaving the SMP
coherency.
Signed-off-by: Joseph Lo <[email protected]>
Acked-by: Peter De Schrijver <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions