Re: [PATCH 10/14] powerpc: Consolidate feature fixup macros for 64/32 bit

2008-06-25 Thread Michael Ellerman
On Tue, 2008-06-24 at 08:48 -0500, Kumar Gala wrote: On Jun 23, 2008, at 8:32 PM, Michael Ellerman wrote: Currentl 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

Re: [PATCH 10/14] powerpc: Consolidate feature fixup macros for 64/32 bit

2008-06-24 Thread Kumar Gala
On Jun 23, 2008, at 8:32 PM, Michael Ellerman wrote: Currentl 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. typo in 'currentl' Rather

[PATCH 10/14] powerpc: Consolidate feature fixup macros for 64/32 bit

2008-06-23 Thread Michael Ellerman
Currentl 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