From 46ba3d69ef39fb91a2c40dfedd38135c7b709789 Mon Sep 17 00:00:00 2001 From: "Aneesh Kumar K.V" Date: Tue, 17 Oct 2006 00:10:32 -0700 Subject: [PATCH] --- yaml --- r: 39749 b: refs/heads/master c: 91b943ee4afa2037678dc1db30b89baef0e17090 h: refs/heads/master i: 39747: 1c9fa90a43a4a179f4600b6fb7019d2ec7b85053 v: v3 --- [refs] | 2 +- trunk/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 \