From: Will Deacon Date: Fri, 3 Jun 2011 13:09:37 +0000 (+0100) Subject: ARM: hwcaps: use shifts instead of hardcoded constants X-Git-Tag: v3.1-rc1~258^2^2~3^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=194a7f720f6f009867a01b760f311b68f1e81872;p=pandora-kernel.git 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 --- Reading git-diff-tree failed