mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 14:54:49 +00:00
The ENDPROC() on sys_fadvise64_c6x() in arch/c6x/kernel/entry.S is outside of the conditional block with the matching ENTRY() macro. This leads a newer (v2.22 vs. v2.20) assembler to complain: /tmp/ccGZBaPT.s: Assembler messages: /tmp/ccGZBaPT.s: Error: .size expression for sys_fadvise64_c6x does not evaluate to a constant The conditional block became dead code when c6x switched to generic unistd.h and should be removed along with the offending ENDPROC(). Signed-off-by: Mark Salter <msalter@redhat.com> Acked-by: David Howells <dhowells@redhat.com> |
||
|---|---|---|
| .. | ||
| asm-offsets.c | ||
| c6x_ksyms.c | ||
| devicetree.c | ||
| dma.c | ||
| entry.S | ||
| head.S | ||
| irq.c | ||
| Makefile | ||
| module.c | ||
| process.c | ||
| ptrace.c | ||
| setup.c | ||
| signal.c | ||
| soc.c | ||
| switch_to.S | ||
| sys_c6x.c | ||
| time.c | ||
| traps.c | ||
| vectors.S | ||
| vmlinux.lds.S | ||