arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER
commit07c935087a5541fb167fecf3bef810de2605f93f
authorChristoffer Dall <christoffer.dall@linaro.org>
Sat, 21 Dec 2013 06:09:32 +0000 (20 22:09 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Jan 2014 19:18:07 +0000 (7 19:18 +0000)
treed0a0388ab46f52e62585e685cd213c10ccc16f42
parent455e1e14bbfaf72275efeddaa7bc5d6294253eff
arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER

TRIGGER can really mean mean anything (e.g. was it triggered, is it
level-triggered, is it edge-triggered, etc.).  Rename to EDGE_TRIGGER to
make the code comprehensible without looking up the data structure.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Message-id: 1387606179-22709-2-git-send-email-christoffer.dall@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/arm_gic.c
hw/intc/arm_gic_common.c
hw/intc/gic_internal.h
include/hw/intc/arm_gic_common.h