fixup for "arm64 entry: Add macro for reading symbol address from the trampoline"
James Morse authored
__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: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Tested-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarJames Morse <james.morse@arm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
fcbdaa6a
Name Last commit Last update
..
alpha alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile
arc ARC: export clear_user_page() for modules
arm ARM: dts: rockchip: fix a typo on rk3288 crypto-controller
arm64 fixup for "arm64 entry: Add macro for reading symbol address from the trampoline"
c6x mm: consolidate pgtable_cache_init() and pgd_cache_init()
csky perf: Protect perf_guest_cbs with RCU
h8300 h8300: fix PREEMPTION build, TI_PRE_COUNT undefined
hexagon hexagon: export raw I/O routines for modules
ia64 ia64: ensure proper NUMA distance and possible map initialization
m68k m68k: set a default value for MEMORY_RESERVE
microblaze microblaze: Prevent the overflow of the start
mips MIPS: smp: fill in sibling and core maps earlier
nds32 perf: Protect perf_guest_cbs with RCU
nios2 nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST
openrisc openrisc: don't printk() unconditionally
parisc parisc/unaligned: Fix ldw() and stw() unalignment handlers
powerpc powerpc/lib/sstep: fix 'ptesync' build error
riscv riscv: Fix auipc+jalr relocation range checks
s390 s390/hypfs: include z/VM guests with access control group set
sh sh: define __BIG_ENDIAN for math-emu
sparc sparc64: fix pci_iounmap() when CONFIG_PCI is not set
um um: registers: Rename function names to avoid conflicts and build problems
unicore32 mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
x86 KVM: SVM: Don't flush cache if hardware enforces cache coherency across encryption domains
xtensa xtensa: xtfpga: Try software restart before simulating CPU reset
.gitignore arch: Ignore arch/i386 and arch/x86_64
Kconfig Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"