]> git.proxmox.com Git - qemu.git/commit
omap_gpmc: Wire up the GPMC IRQ correctly
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 28 Aug 2011 16:22:18 +0000 (16:22 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 28 Aug 2011 16:37:12 +0000 (16:37 +0000)
commit77c6c7369035c25d9d4babd920dbe691e3453cfc
tree0072351480f872ffec61c28839823d4f5142a670
parent9c8255e12422771cdecbb3bf538f0732be629e2a
omap_gpmc: Wire up the GPMC IRQ correctly

The omap_gpmc wasn't actually wiring up its IRQ, so
anything that provoked an interrupt would be using
uninitialised data for its IRQ number.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/omap_gpmc.c