Skip to content
  • Kumar Gala's avatar
    powerpc/book3e: Fix CPU feature handling on 64-bit e5500 · 11ed0db9
    Kumar Gala authored
    
    
    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>
    11ed0db9