linux/arch/hexagon/kernel
Guenter Roeck 9631042b91 hexagon: vdso: Fix build failure
Hexagon images fail to build with the following error.

arch/hexagon/kernel/vdso.c:57:3: error: use of undeclared identifier 'name'
                name = "[vdso]",
                ^

Add the missing '.' to fix the problem.

Fixes: 497258dfaf ("mm: remove legacy install_special_mapping() code")
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Brian Cain <bcain@quicinc.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2024-09-23 08:17:50 -07:00
..
.gitignore
asm-offsets.c
dma.c
head.S
hexagon_ksyms.c
irq_cpu.c
kgdb.c
Makefile
Makefile.syscalls hexagon: use new system call table 2024-07-10 14:23:38 +02:00
module.c
process.c
ptrace.c
reset.c
setup.c
signal.c
smp.c
stacktrace.c
syscalltab.c hexagon: use new system call table 2024-07-10 14:23:38 +02:00
time.c
trampoline.S
traps.c
vdso.c hexagon: vdso: Fix build failure 2024-09-23 08:17:50 -07:00
vm_entry.S
vm_events.c
vm_init_segtable.S
vm_ops.S
vm_switch.S
vm_vectors.S
vmlinux.lds.S hexagon: vmlinux.lds.S: handle attributes section 2024-03-26 11:07:23 -07:00