arm64: cpuinfo: ensure caps match names

The existing array was converted automatically with the following VIM regex:

| s/"\(.*\)"/HWCAP_STR(\U\1\e,\t"\1")/

... with whitespace manually fixed up.

TODO:
* Add mising COMPAT_HWCAP*
* split COMPAT_HWCAP_IDIV
* Write commit message

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
1 file changed