summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorGavin Shan <gshan@redhat.com>2020-09-22 16:04:21 +0300
committerWill Deacon <will@kernel.org>2020-09-28 23:52:23 +0300
commitf4673625a52c69a12d2a8f71bcf408c685c148ec (patch)
tree2838b92989bd46727a8149a744c98d33483c4173 /fs
parenta27c04e1de876297b78a6b812049e6fecc6e4d9a (diff)
downloadlinux-f4673625a52c69a12d2a8f71bcf408c685c148ec.tar.xz
firmware: arm_sdei: Introduce sdei_do_local_call()
During the CPU hotplug, the private events are registered, enabled or unregistered on the specific CPU. It repeats the same steps: initializing cross call argument, make function call on local CPU, check the returned error. This introduces sdei_do_local_call() to cover the first steps. The other benefit is to make CROSSCALL_INIT and struct sdei_crosscall_args are only visible to sdei_do_{cross, local}_call(). Signed-off-by: Gavin Shan <gshan@redhat.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: James Morse <james.morse@arm.com> Link: https://lore.kernel.org/r/20200922130423.10173-12-gshan@redhat.com Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions