]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/SP804Timer: Fix IRQ handler when the Timer IRQ is shared
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Mar 2011 11:35:10 +0000 (11:35 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Mar 2011 11:35:10 +0000 (11:35 +0000)
commite100fa8c1e5218865ff6f2c5dd646c2e6ceca49d
tree5d09e83b86927b53113126e72a58b32e96fa9133
parent1e6a5cfcec8f9ef1b5d088721ae96a8c28938792
ArmPlatformPkg/SP804Timer: Fix IRQ handler when the Timer IRQ is shared

The handler must check if the raised interrupt belongs to the SP804
Timer controller.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11473 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Drivers/SP804TimerDxe/SP804Timer.c