commit | 369d6b7ab840a7f070d94868de4b3b256e39d50c | [log] [tgz] |
---|---|---|
author | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | Sat Sep 14 18:01:03 2013 -0700 |
committer | Vikram Mulukutla <markivx@codeaurora.org> | Fri Nov 15 16:27:41 2013 -0800 |
tree | ee08f8daef5d2a11d23e2fdcaddf3bb86fad3158 | |
parent | c7d02457c58587aa979100ec17da3f6fe537a60c [diff] |
msm: krait-regulator: fix up CPU_UP_CANCELED handling The driver handles CPU_UP_CANCELED as if the core went ONLINE. This leads to smp call functions on that cpu even when the cpu is offline. Make CPU_UP_CANCELED force bhs on the target cpu, since it is still offline. Change-Id: I668dbfd947d836a1f468d57372e73fbd08dd437e Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>