commit | 148eb0a1db8e37a5966afe98223cefe0c1837c26 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Dec 16 21:04:35 2013 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Dec 19 17:44:07 2013 +0000 |
tree | 325d739ace4eb1f7834ec6e1a8b6fbbc67276d9c | |
parent | 81cac699440fc3707fd80f16bf34a7e506d41487 [diff] |
arm64: drop redundant macros from read_cpuid() 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>