From: Kumar Gala Date: Wed, 6 Apr 2011 05:11:06 +0000 (-0500) Subject: powerpc/book3e: Fix CPU feature handling on 64-bit e5500 X-Git-Tag: v2.6.39-rc4~4^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ed0db9f6c7811233632d2ab79c50c011b89902;p=pandora-kernel.git powerpc/book3e: Fix CPU feature handling on 64-bit e5500 The CPU_FTRS_POSSIBLE and CPU_FTRS_ALWAYS defines did not encompass e5500 CPU features when built for 64-bit. This causes issues with cpu_has_feature() as it utilizes the POSSIBLE & ALWAYS defines as part of its check. Create a unique CPU_FTRS_E5500 (as its different from CPU_FTRS_E500MC), created a new group for 64-bit Book3e based CPUs and add CPU_FTRS_E5500 to that group. Signed-off-by: Kumar Gala --- Reading git-diff-tree failed