commit | e2ed522aaad79db339cecbbc4ae2a0d422ee4c4f | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Mon Jan 21 19:54:55 2013 -0500 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Thu Mar 21 15:39:35 2013 -0400 |
tree | d40243ca92e469ef3e03fce907aae2ebd5a293ff | |
parent | 969f6fe6fc5ecc7a2edcc34f29b7f05fcf982266 [diff] |
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>