From: Harvey Harrison Date: Wed, 5 Mar 2008 06:05:27 +0000 (-0800) Subject: x86: pageattr.c fix shadowed variable warning X-Git-Tag: v2.6.26-rc1~1133^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d5ac87b220829bb077cdc8e01c4fd4714ae41e;p=pandora-kernel.git x86: pageattr.c fix shadowed variable warning irqs_disabled() uses flags internally, use _flags to avoid shadowing code calling into this macro. Introduced between 2.6.25-rc3 and -rc4 Fixes the sparse warning: arch/x86/mm/pageattr.c:383:21: warning: symbol 'flags' shadows an earlier one arch/x86/mm/pageattr.c:369:16: originally declared here Signed-off-by: Harvey Harrison Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed