Re: [PATCH v6 4/7] arm: Use common cpu_topology structure and functions.

2019-06-06 Thread Atish Patra
On 5/29/19 2:15 PM, Atish Patra wrote: Currently, ARM32 and ARM64 uses different data structures to represent their cpu topologies. Since, we are moving the ARM64 topology to common code to be used by other architectures, we can reuse that for ARM32 as well. Take this opprtunity to remove the re

[PATCH v6 4/7] arm: Use common cpu_topology structure and functions.

2019-05-29 Thread Atish Patra
Currently, ARM32 and ARM64 uses different data structures to represent their cpu topologies. Since, we are moving the ARM64 topology to common code to be used by other architectures, we can reuse that for ARM32 as well. Take this opprtunity to remove the redundant functions from ARM32 and reuse th