Re: [PATCH 2/5][ARM] Add feature set definitions.

2015-08-10 Thread Ramana Radhakrishnan
On Mon, Aug 10, 2015 at 12:56:59PM +0100, Matthew Wahab wrote: > The ARM backend uses an unsigned long to record CPU feature flags and > there are currently 31 bits in use. This series of patches replaces the > single unsigned long with a representation based on an array of values. > > This patch

[PATCH 2/5][ARM] Add feature set definitions.

2015-08-10 Thread Matthew Wahab
The ARM backend uses an unsigned long to record CPU feature flags and there are currently 31 bits in use. This series of patches replaces the single unsigned long with a representation based on an array of values. This patch adds, but doesn't use, type arm_feature_set and macros prefixed with ARM