commit | 5123b327c107db9e560fd62d50c27a3816e5a078 | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Sun Jan 25 18:39:12 2009 +0530 |
committer | Sam Ravnborg <sam@ravnborg.org> | Sun Feb 15 12:50:09 2009 +0100 |
tree | c22d2ff66c636ad6dcef6fdf3fbb0ffa5a2f96df | |
parent | 953fae66d124486c9e284806429c52c5402f59ac [diff] |
kbuild: add sys_* entries for syscalls in tags Currently, it is no longer possible to use the tags file to jump to system call function definitions with sys_foo, because the definitions are obscured by use of the SYSCALL_DEFINE* macros. This patch adds the appropriate option to ctags to make it see through the macro. Also, it adds the ENTRY() work already done for Exuberant to Emacs too. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>