Re: [PATCH 1/5][ARM] Make room for more CPU feature flags.

2015-08-10 Thread Ramana Radhakrishnan
On Mon, Aug 10, 2015 at 12:55:45PM +0100, Matthew Wahab wrote: > The ARM backend uses an unsigned long to record CPU feature flags and > there are wcurrently 31 bits in use. To be able to support new > architecture features, the current representation will need to be > replaced so that more flags c

[PATCH 1/5][ARM] Make room for more CPU feature flags.

2015-08-10 Thread Matthew Wahab
The ARM backend uses an unsigned long to record CPU feature flags and there are wcurrently 31 bits in use. To be able to support new architecture features, the current representation will need to be replaced so that more flags can be recorded. This series of patches replaces the single unsigned l