commit | b33542658931b0aef298a74f3bcd2a95253f4168 | [log] [tgz] |
---|---|---|
author | Pratik Patel <pratikp@codeaurora.org> | Fri Nov 30 16:15:46 2012 -0800 |
committer | Pratik Patel <pratikp@codeaurora.org> | Wed Jan 23 15:08:37 2013 -0800 |
tree | f88e0f6bd1dd32be201bfa45162163973407d1f4 | |
parent | 37c6dc644729359da2e57f28c9b24d7c35fb14bd [diff] |
coresight: remove cpu hotplug locking for smp_calls smp_calls are cpu hotplug safe and so cpu hotplug locking isn't required to safeguard them. Remove get_online_cpus() and put_online_cpus() cpu hotplug locking calls that are currently safeguarding smp_calls against cpu hoplugging. Change-Id: I527403f4ffe088f3ee65b0b0899b398e1449ab48 Signed-off-by: Pratik Patel <pratikp@codeaurora.org>