Re: [PATCH 08/14] powerpc: Split out do_feature_fixups() from cputable.c

2008-06-24 Thread Kumar Gala
On Jun 23, 2008, at 8:32 PM, Michael Ellerman wrote: The logic to patch CPU feature sections lives in cputable.c, but these days it's used for CPU features as well as firmware features. Move it into it's own file for neatness and as preparation for some additions. While we're moving the

[PATCH 08/14] powerpc: Split out do_feature_fixups() from cputable.c

2008-06-23 Thread Michael Ellerman
The logic to patch CPU feature sections lives in cputable.c, but these days it's used for CPU features as well as firmware features. Move it into it's own file for neatness and as preparation for some additions. While we're moving the code, we pull the loop body logic into a separate routine, and