Will Deacon 194a7f720f ARM: hwcaps: use shifts instead of hardcoded constants
The HWCAP numbers are defined as constants, each one being a power of 2.
This has become slightly unwieldy now that we have reached 32k.

This patch changes the HWCAP defines to use (1 << n) instead of coding
the constant directly. The values remain unchanged.

Signed-off-by: Will Deacon <will.deacon@arm.com>
2011-07-07 19:20:51 +01:00
..
2011-05-25 23:04:35 +08:00
2011-03-31 11:26:23 -03:00
2011-05-14 21:36:55 +01:00
2011-03-31 11:26:23 -03:00