tile: move declaration of sys_call_table to <asm/syscall.h>
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 22 Jan 2013 00:54:55 +0000 (19:54 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 21 Mar 2013 19:39:35 +0000 (15:39 -0400)
commite2ed522aaad79db339cecbbc4ae2a0d422ee4c4f
treed40243ca92e469ef3e03fce907aae2ebd5a293ff
parent969f6fe6fc5ecc7a2edcc34f29b7f05fcf982266
tile: move declaration of sys_call_table to <asm/syscall.h>

When activating syscall tracing, kernel/trace/trace_syscalls.c doesn't
find sys_call_table because it includes <asm/syscall.h>, not
<asm/syscalls.h>. Also, looking at the other architectures, that is
probably where it should be.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/include/asm/syscall.h
arch/tile/include/asm/syscalls.h