arm64: GICv3: introduce symbolic names for GICv3 ICC_SGI1R_EL1 fields
authorAndre Przywara <andre.przywara@arm.com>
Wed, 12 Nov 2014 13:46:06 +0000 (13:46 +0000)
committerChristoffer Dall <christoffer.dall@linaro.org>
Tue, 20 Jan 2015 17:25:31 +0000 (18:25 +0100)
The gic_send_sgi() function used hardcoded bit shift values to
generate the ICC_SGI1R_EL1 register value.
Replace this with symbolic names to allow reusing them later.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>

No differences found