git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81cac69
)
arm64: drop redundant macros from read_cpuid()
author
Ard Biesheuvel
<ard.biesheuvel@linaro.org>
Mon, 16 Dec 2013 21:04:35 +0000
(21:04 +0000)
committer
Catalin 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>
No differences found