OSDN Git Service

arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER
authorChristoffer Dall <christoffer.dall@linaro.org>
Sat, 21 Dec 2013 06:09:32 +0000 (22:09 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jan 2014 19:07:22 +0000 (19:07 +0000)
commit04050c5c6aa6f9c086a63a30b182b996fb2d3d02
treedabdda34a2123b8e44c3c0043e059a4ae1c39e16
parent7b1aa025bdd8a62b203eb0a936e20af424fa2870
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