commit | 7158627686f02319c50c8d9d78f75d4c8d126ff2 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Nov 05 18:10:47 2013 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Dec 19 17:43:06 2013 +0000 |
tree | 3b4d781bd966f07cad1b67b137f0ff8b89430e9a | |
parent | 66aa8d6a145b6a66566b4fce219cc56c3d0e01c3 [diff] |
arm64: percpu: implement optimised pcpu access using tpidr_el1 This patch implements optimised percpu variable accesses using the el1 r/w thread register (tpidr_el1) along the same lines as arch/arm/. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>