commit | aa4d5d3cbc258c355151a3903211b27359390ec5 | [log] [tgz] |
---|---|---|
author | James Morse <james.morse@arm.com> | Thu Dec 10 10:22:39 2015 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Thu Dec 10 12:08:09 2015 +0000 |
tree | abeb7f9963ff7fc4a867f14009f7a11b74cfae2d | |
parent | 7596abf2e5661d52c4f414f37addeed54e098880 [diff] |
arm64: Add this_cpu_ptr() assembler macro for use in entry.S irq_stack is a per_cpu variable, that needs to be access from entry.S. Use an assembler macro instead of the unreadable details. Signed-off-by: James Morse <james.morse@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>