dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/c6x/kernel
Mark Salter 6e780cf5c0 C6X: remove dead code from entry.S
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>
2012-03-16 09:27:57 -04:00
..
Makefile
asm-offsets.c C6X: build infrastructure 2011-10-06 19:48:02 -04:00
c6x_ksyms.c C6X: loadable module support 2011-10-06 19:48:13 -04:00
devicetree.c C6X: devicetree support 2011-10-06 19:47:33 -04:00
dma.c C6X: memory management and DMA support 2011-10-06 19:47:37 -04:00
entry.S C6X: remove dead code from entry.S 2012-03-16 09:27:57 -04:00
head.S C6X: early boot code 2011-10-06 19:47:28 -04:00
irq.c C6X: interrupt handling 2011-10-06 19:47:54 -04:00
module.c C6X: loadable module support 2011-10-06 19:48:13 -04:00
process.c C6X: replace tick_nohz_stop/restart_sched_tick calls 2012-01-08 15:13:16 -05:00
ptrace.c C6X: ptrace support 2011-10-06 19:48:17 -04:00
setup.c C6X: add register_cpu call 2012-01-08 15:13:10 -05:00
signal.c C6X: signal management 2011-10-06 19:47:46 -04:00
soc.c C6X: general SoC support 2011-10-06 19:48:26 -04:00
switch_to.S C6X: process management 2011-10-06 19:47:40 -04:00
sys_c6x.c C6X: syscalls 2011-10-06 19:47:58 -04:00
time.c C6X: time management 2011-10-06 19:47:51 -04:00
traps.c C6X: build infrastructure 2011-10-06 19:48:02 -04:00
vectors.S C6X: early boot code 2011-10-06 19:47:28 -04:00
vmlinux.lds.S