Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: topology: Use PPTT to determine if PE is a thread
ACPI 6.3 adds a thread flag to represent if a CPU/PE is actually a thread. Given that the MPIDR_MT bit may not represent this information consistently on homogeneous machines we should prefer the PPTT flag if its available. Signed-off-by: Jeremy Linton <[email protected]> Reviewed-by: Sudeep Holla <[email protected]> Reviewed-by: Robert Richter <[email protected]> [will: made acpi_cpu_is_threaded() return 'bool'] Signed-off-by: Will Deacon <[email protected]>
- Loading branch information