From: Scott Wood Date: Mon, 25 Jul 2011 11:04:36 +0000 (+0000) Subject: powerpc: Return the_cpu_ spec from identify_cpu X-Git-Tag: v3.1-rc2~30^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ee97672eaee9725bd7d66c3964579c4af7037d;p=pandora-kernel.git powerpc: Return the_cpu_ spec from identify_cpu Commit af9eef3c7b1ed004c378c89b87642f4937337d50 caused cpu_setup to see the_cpu_spec, rather than the source struct. However, on 32-bit, the return value of identify_cpu was being used for feature fixups, and identify_cpu was returning the source struct. So if cpu_setup patches the feature bits, the update won't affect the fixups. Signed-off-by: Scott Wood Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed