| commit | bb54447ace2ee892982f0f576307998d84bf854a | [log] [tgz] | 
|---|---|---|
| author | Marc Zyngier <marc.zyngier@arm.com> | Wed Jan 18 13:41:09 2012 +0000 | 
| committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Feb 22 18:36:43 2012 +0000 | 
| tree | bbd505ddb8c63c3ce33d9ee6643eaf8a96972c5c | |
| parent | 6033f6f524d853880bd63cea9cdd72202b03e4a6 [diff] | 
ARM: hotplug: Introduce dummy_cpu_kill Most platforms don't implement their cpu_kill method. Some because they simply don't offer the capability, some other because nobody cared enough to implement the necessary code. Either way, this code is duplicated all over the place. Implement a global dummy_cpu_kill method and convert all SMP (but shmobile) to use it. Hopefully the "dummy" prefix will be an insentive for people to do the right thing.