Re: [PATCH 2/5] [AARCH64] Change IMP and PART over to integers from strings.

2016-10-21 Thread Andrew Pinski
On Fri, Oct 21, 2016 at 9:28 AM, James Greenhalgh wrote: > On Fri, Oct 21, 2016 at 04:57:22PM +0100, Richard Earnshaw (lists) wrote: >> On 21/10/16 14:59, James Greenhalgh wrote: >> > On Sat, Oct 15, 2016 at 07:38:40PM -0700, Andrew Pinski wrote: >> >> On Wed, Nov 25, 2015 at 11:59 AM, Andrew Pins

Re: [PATCH 2/5] [AARCH64] Change IMP and PART over to integers from strings.

2016-10-21 Thread James Greenhalgh
On Fri, Oct 21, 2016 at 04:57:22PM +0100, Richard Earnshaw (lists) wrote: > On 21/10/16 14:59, James Greenhalgh wrote: > > On Sat, Oct 15, 2016 at 07:38:40PM -0700, Andrew Pinski wrote: > >> On Wed, Nov 25, 2015 at 11:59 AM, Andrew Pinski wrote: > >> Here is finally an updated (fixed) patch (I did

Re: [PATCH 2/5] [AARCH64] Change IMP and PART over to integers from strings.

2016-10-21 Thread Richard Earnshaw (lists)
On 21/10/16 14:59, James Greenhalgh wrote: > On Sat, Oct 15, 2016 at 07:38:40PM -0700, Andrew Pinski wrote: >> On Wed, Nov 25, 2015 at 11:59 AM, Andrew Pinski wrote: >> Here is finally an updated (fixed) patch (I did not implement the two >> implementer big.LITTLE support yet, that will be for a d

Re: [PATCH 2/5] [AARCH64] Change IMP and PART over to integers from strings.

2016-10-21 Thread James Greenhalgh
On Sat, Oct 15, 2016 at 07:38:40PM -0700, Andrew Pinski wrote: > On Wed, Nov 25, 2015 at 11:59 AM, Andrew Pinski wrote: > Here is finally an updated (fixed) patch (I did not implement the two > implementer big.LITTLE support yet, that will be for a different patch > since I also fixed the part no

Re: [PATCH 2/5] [AARCH64] Change IMP and PART over to integers from strings.

2016-10-15 Thread Andrew Pinski
On Wed, Nov 25, 2015 at 11:59 AM, Andrew Pinski wrote: > On Wed, Nov 25, 2015 at 2:31 AM, James Greenhalgh > wrote: >> On Tue, Nov 17, 2015 at 02:10:35PM -0800, Andrew Pinski wrote: >>> >>> Because the imp and parts are really integer rather than strings, this patch >>> moves the comparisons to b

Re: [PATCH 2/5] [AARCH64] Change IMP and PART over to integers from strings.

2015-11-25 Thread Andrew Pinski
On Wed, Nov 25, 2015 at 2:31 AM, James Greenhalgh wrote: > On Tue, Nov 17, 2015 at 02:10:35PM -0800, Andrew Pinski wrote: >> >> Because the imp and parts are really integer rather than strings, this patch >> moves the comparisons to be integer. Also allows saving around integers are >> easier tha

Re: [PATCH 2/5] [AARCH64] Change IMP and PART over to integers from strings.

2015-11-25 Thread James Greenhalgh
On Tue, Nov 17, 2015 at 02:10:35PM -0800, Andrew Pinski wrote: > > Because the imp and parts are really integer rather than strings, this patch > moves the comparisons to be integer. Also allows saving around integers are > easier than doing string comparisons. This allows for the next change. >

Re: [PATCH 2/5] [AARCH64] Change IMP and PART over to integers from strings.

2015-11-20 Thread Kyrill Tkachov
Hi Andrew, On 17/11/15 22:10, Andrew Pinski wrote: Because the imp and parts are really integer rather than strings, this patch moves the comparisons to be integer. Also allows saving around integers are easier than doing string comparisons. This allows for the next change. The way I store BI

[PATCH 2/5] [AARCH64] Change IMP and PART over to integers from strings.

2015-11-17 Thread Andrew Pinski
Because the imp and parts are really integer rather than strings, this patch moves the comparisons to be integer. Also allows saving around integers are easier than doing string comparisons. This allows for the next change. The way I store BIG.little is (big<<12)|little as each part num is only