]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: add sys_* entries for syscalls in tags
authorRabin Vincent <rabin@rab.in>
Sun, 25 Jan 2009 13:09:12 +0000 (18:39 +0530)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 15 Feb 2009 11:50:09 +0000 (12:50 +0100)
commitded4164759c899bc7ad0c8cab06be290d0b2c7ed
treec22d2ff66c636ad6dcef6fdf3fbb0ffa5a2f96df
parentda7ddc38b4095a3b3a35a1f0f8877f75ac2b98a8
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>
scripts/tags.sh