diff --git a/[refs] b/[refs] index ca54abf75e8e..7f7498d41065 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f3fd3c055853d11295a1ec6cdc81e37e2182d16 +refs/heads/master: 91b943ee4afa2037678dc1db30b89baef0e17090 diff --git a/trunk/Makefile b/trunk/Makefile index 703d40a65e7e..62a1343cf327 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1319,7 +1319,8 @@ define xtags $(all-sources) | xargs $1 -a \ -I __initdata,__exitdata,__acquires,__releases \ -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \ - --extra=+f --c-kinds=+px; \ + --extra=+f --c-kinds=+px \ + --regex-asm='/ENTRY\(([^)]*)\).*/\1/'; \ $(all-kconfigs) | xargs $1 -a \ --langdef=kconfig \ --language-force=kconfig \