Skip to content
Commit 11ed0db9 authored by Kumar Gala's avatar Kumar Gala
Browse files

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: default avatarKumar Gala <galak@kernel.crashing.org>
parent 07d9fce2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment