From c1013e800f69c98b3e9ae59bd7182c2cb3d5de76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Tue, 8 Jan 2008 15:16:24 +0100 Subject: [PATCH] --- yaml --- r: 77966 b: refs/heads/master c: 2c81210a26fb84c0af6aad95f6ec1d61cf276cd0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index be082ee7f8a3..7f277acafef4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: de83cf148aaefac8a538a076f2c3c4f33968e04a +refs/heads/master: 2c81210a26fb84c0af6aad95f6ec1d61cf276cd0 diff --git a/trunk/Makefile b/trunk/Makefile index 953359ed9871..698dfc6ba65c 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1378,6 +1378,7 @@ define xtags if $1 --version 2>&1 | grep -iq exuberant; then \ $(all-sources) | xargs $1 -a \ -I __initdata,__exitdata,__acquires,__releases \ + -I __read_mostly,____cacheline_aligned,____cacheline_aligned_in_smp,____cacheline_internodealigned_in_smp \ -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \ --extra=+f --c-kinds=+px \ --regex-asm='/^ENTRY\(([^)]*)\).*/\1/'; \