Re: [PATCH][AArch64][1/14] Add ident field to struct processor

2015-07-17 Thread James Greenhalgh
On Thu, Jul 16, 2015 at 04:20:30PM +0100, Kyrill Tkachov wrote: > Hi all, > > This first patch adds a field to the processor structure that uniquely > identifies that processor. Note that the current 'core' field is actually > just the core for which to schedule the instructions. With this patch

[PATCH][AArch64][1/14] Add ident field to struct processor

2015-07-16 Thread Kyrill Tkachov
Hi all, This first patch adds a field to the processor structure that uniquely identifies that processor. Note that the current 'core' field is actually just the core for which to schedule the instructions. With this patch we get the nice property that we can reference a processor struct by ju