Skip to content
Commit aa4d5d3c authored by James Morse's avatar James Morse Committed by Will Deacon
Browse files

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: default avatarJames Morse <james.morse@arm.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 7596abf2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment