]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Drivers/TimerDxe/TimerDxe.c
ArmPkg/TimerDxe: Fixed real time period
authorOlivier Martin <olivier.martin@arm.com>
Wed, 27 Aug 2014 10:13:36 +0000 (10:13 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Aug 2014 10:13:36 +0000 (10:13 +0000)
commitc6c4df80de577bdf301363d83bc74dc0453f1ca9
tree193bc0cdc4ddd9669de12c553470965dbb9f0cd9
parent09c1b24c2f6c95f8c0b952dfd3caa25fd8aa578b
ArmPkg/TimerDxe: Fixed real time period

Prior to this change, the TimerPeriod was re-initialize at the
end of the interrupt handling with the value of the period.
It means the real timer period was: Timer Interrupt Processing
time + Timer Period

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15923 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Drivers/TimerDxe/TimerDxe.c