From: Andre Przywara Date: Fri, 14 Nov 2014 15:54:07 +0000 (+0000) Subject: arm64: add cpu_capabilities bitmap X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~18^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=930da09f5e50dd22fb0a8600388da8677d62d671;p=pandora-kernel.git arm64: add cpu_capabilities bitmap For taking note if at least one CPU in the system needs a bug workaround or would benefit from a code optimization, we create a new bitmap to hold (artificial) feature bits. Since elf_hwcap is part of the userland ABI, we keep it alone and introduce a new data structure for that (along with some accessors). Signed-off-by: Andre Przywara Signed-off-by: Will Deacon --- Reading git-diff-tree failed