arm64: drop redundant macros from read_cpuid()
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 16 Dec 2013 21:04:35 +0000 (21:04 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 19 Dec 2013 17:44:07 +0000 (17:44 +0000)
asm/cputype.h contains a bunch of #defines for CPU id registers
that essentially map to themselves. Remove the #defines and pass
the tokens directly to the inline asm() that reads the registers.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/cputype.h

Simple merge