mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
We store GICv3 LRs in reverse order so that the CPU can save/restore
them in rever order as well (don't ask why, the design is crazy),
and yet generate memory traffic that doesn't completely suck.
We need this macro to be available to the C version of save/restore.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
(cherry picked from commit 3c13b8f435)
Signed-off-by: Alex Shi <alex.shi@linaro.org>