diff options
| author | James Morse <james.morse@arm.com> | 2022-03-18 17:37:13 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-19 13:40:17 +0100 |
| commit | fcbdaa6a3c9269a82a1dd399e0a91034f64f813e (patch) | |
| tree | 625584d4b65da47382fa779da096ad3958e8001d /Makefile | |
| parent | b8bc0718baed4f9d67aec7c23468b3e79ed8ba00 (diff) | |
| download | linux-fcbdaa6a3c9269a82a1dd399e0a91034f64f813e.tar.gz linux-fcbdaa6a3c9269a82a1dd399e0a91034f64f813e.tar.bz2 linux-fcbdaa6a3c9269a82a1dd399e0a91034f64f813e.zip | |
fixup for "arm64 entry: Add macro for reading symbol address from the trampoline"
__sdei_asm_trampoline_next_handler shouldn't have its own name as the
tramp_data_read_var takes the symbol name, and generates the name for
the value in the data page if CONFIG_RANDOMIZE_BASE is clear.
This means when CONFIG_RANDOMIZE_BASE is clear, this code won't compile
as __sdei_asm_trampoline_next_handler doesn't exist.
Use the proper name, and let the macro do its thing.
Reported-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
