From: Rabin Vincent Date: Sun, 25 Jan 2009 13:09:12 +0000 (+0530) Subject: kbuild: add sys_* entries for syscalls in tags X-Git-Tag: v2.6.29-rc6~81^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5123b327c107db9e560fd62d50c27a3816e5a078;p=pandora-kernel.git 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 Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed