diff options
author | Mark Rutland <mark.rutland@arm.com> | 2024-02-06 15:38:47 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2024-02-20 21:12:13 +0300 |
commit | 997d79eb938e981ab0d3714d39ed148bce131d9e (patch) | |
tree | 92ff2f8f6093a9b5778664d5b16ca6b26d6f0fcf /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 270de609ae2af441d15289406340ff209e5dc864 (diff) | |
download | linux-997d79eb938e981ab0d3714d39ed148bce131d9e.tar.xz |
arm64: Move do_notify_resume() to entry-common.c
Currently do_notify_resume() lives in arch/arm64/kernel/signal.c, but it would
make more sense for it to live in entry-common.c as it handles more than
signals, and is coupled with the rest of the return-to-userspace sequence (e.g.
with unusual DAIF masking that matches the exception return requirements).
Move do_notify_resume() to entry-common.c.
There should be no functional change as a result of this patch.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: James Morse <james.morse@arm.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Will Deacon <will@kernel.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20240206123848.1696480-3-mark.rutland@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Itaru Kitayama <itaru.kitayama@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions