From: Michael Ellerman Date: Tue, 24 Jun 2008 01:32:36 +0000 (+1000) Subject: powerpc: Split out do_feature_fixups() from cputable.c X-Git-Tag: v2.6.27-rc1~1058^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51c52e86694f19e84600a40f6156889feafd8ae9;p=pandora-kernel.git powerpc: Split out do_feature_fixups() from cputable.c 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 remove a comment which doesn't apply anymore. Signed-off-by: Michael Ellerman Acked-by: Kumar Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed