diff options
author | 2021-11-24 13:40:09 +0000 | |
---|---|---|
committer | 2022-02-15 17:39:49 +0000 | |
commit | ed50da7764535f1e24432ded289974f2bf2b0c5a (patch) | |
tree | 618d78b038d0910e10e4855b2cefe490020a1a84 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | arm64: entry: Allow tramp_alias to access symbols after the 4K boundary (diff) | |
download | wireguard-linux-ed50da7764535f1e24432ded289974f2bf2b0c5a.tar.xz wireguard-linux-ed50da7764535f1e24432ded289974f2bf2b0c5a.zip |
arm64: entry: Don't assume tramp_vectors is the start of the vectors
The tramp_ventry macro uses tramp_vectors as the address of the vectors
when calculating which ventry in the 'full fat' vectors to branch to.
While there is one set of tramp_vectors, this will be true.
Adding multiple sets of vectors will break this assumption.
Move the generation of the vectors to a macro, and pass the start
of the vectors as an argument to tramp_ventry.
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: James Morse <james.morse@arm.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions