]> git.proxmox.com Git - qemu.git/commit
arm: clean up GIC constants
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 2 Mar 2012 11:56:38 +0000 (11:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Mar 2012 11:56:38 +0000 (11:56 +0000)
commit6925380062263df34dcf7ba8e139e426a077f04f
treedee4495fd1ddf1c57d4759d04c7a684c85e68076
parent7c51c1aa03a52b9fd75ed1ade2e65d079ae4d50e
arm: clean up GIC constants

Interrupts numbers 0-31 are private to the processor interface, 32-1019 are
general interrupts.  Add GIC_INTERNAL and substitute everywhere.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
[Peter Maydell: converted some tabs to spaces]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm_gic.c