Re: [RFT/RFC PATCH v3 4/5] arm: Use common cpu_topology

2019-04-16 Thread Atish Patra
On 4/16/19 6:09 AM, Sudeep Holla wrote: On Mon, Apr 15, 2019 at 02:16:43PM -0700, Atish Patra wrote: On 4/15/19 8:31 AM, Sudeep Holla wrote: On Wed, Mar 20, 2019 at 04:48:05PM -0700, Atish Patra wrote: Currently, ARM32 and ARM64 uses different data structures to represent their cpu toplogies.

Re: [RFT/RFC PATCH v3 4/5] arm: Use common cpu_topology

2019-04-16 Thread Sudeep Holla
On Mon, Apr 15, 2019 at 02:16:43PM -0700, Atish Patra wrote: > On 4/15/19 8:31 AM, Sudeep Holla wrote: > > On Wed, Mar 20, 2019 at 04:48:05PM -0700, Atish Patra wrote: > > > Currently, ARM32 and ARM64 uses different data structures to > > > represent their cpu toplogies. Since, we are moving the AR

Re: [RFT/RFC PATCH v3 4/5] arm: Use common cpu_topology

2019-04-15 Thread Atish Patra
On 4/15/19 8:31 AM, Sudeep Holla wrote: On Wed, Mar 20, 2019 at 04:48:05PM -0700, Atish Patra wrote: Currently, ARM32 and ARM64 uses different data structures to represent their cpu toplogies. Since, we are moving the ARM64 topology to common code to be used by other architectures, we can reuse

Re: [RFT/RFC PATCH v3 4/5] arm: Use common cpu_topology

2019-04-15 Thread Sudeep Holla
On Wed, Mar 20, 2019 at 04:48:05PM -0700, Atish Patra wrote: > Currently, ARM32 and ARM64 uses different data structures to > represent their cpu toplogies. Since, we are moving the ARM64 > topology to common code to be used by other architectures, we > can reuse that for ARM32 as well. > > Signed-