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 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 <[EMAIL PROTECTED]>
---
include/asm-powerpc/feature-fixups.h | 54 +++++++ +-------------------------
1 files changed, 13 insertions(+), 41 deletions(-)


Acked-by: Kumar Gala <[EMAIL PROTECTED]>

- k
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to