summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* tile: enable full SECCOMP supportChris Metcalf2015-07-301-1/+27
| | | | Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
* tile: move declaration of sys_call_table to <asm/syscall.h>Simon Marchi2013-03-211-0/+6
| | | | | | | | | | 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: core support for Tilera 32-bit chips.Chris Metcalf2010-06-041-0/+79
This change is the core kernel support for TILEPro and TILE64 chips. No driver support (except the console driver) is included yet. This includes the relevant Linux headers in asm/; the low-level low-level "Tile architecture" headers in arch/, which are shared with the hypervisor, etc., and are build-system agnostic; and the relevant hypervisor headers in hv/. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Reviewed-by: Paul Mundt <lethal@linux-sh.org>