From: Michael Ellerman Date: Tue, 24 Jun 2008 01:32:48 +0000 (+1000) Subject: powerpc: Consolidate feature fixup macros for 64/32 bit X-Git-Tag: v2.6.27-rc1~1058^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1137c37a9370f510dc022e6e95fff036ccb90be;p=pandora-kernel.git powerpc: Consolidate feature fixup macros for 64/32 bit Currently we have three versions of MAKE_FTR_SECTION_ENTRY(), the macro that generates a feature section entry. There is 64bit version, a 32bit version and version for 32bit code built with a 64bit kernel. Rather than triplicating (?) the MAKE_FTR_SECTION_ENTRY() logic, we can move the 64bit/32bit differences into separate macros, and then only have one version of MAKE_FTR_SECTION_ENTRY(). Signed-off-by: Michael Ellerman Acked-by: Kumar Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed