ARM: Use implementor and part defines from cputype.h
authorChristoffer Dall <c.dall@virtualopensystems.com>
Tue, 18 Dec 2012 04:06:38 +0000 (04:06 +0000)
committerWill Deacon <will.deacon@arm.com>
Fri, 11 Jan 2013 14:56:31 +0000 (14:56 +0000)
Instead of decoding implementor numbers, part numbers and Xscale
architecture masks inline in the pmu probing function, use defines
and accessor functions from cputype.h, which can also be shared by
other subsystems, such as KVM.

Signed-off-by: Christoffer Dall <c.dall@virtualopensystems.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>

No differences found