]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix sc520 timer interrupt generation
authorGraeme Russ <graeme.russ@gmail.com>
Sun, 23 Aug 2009 02:59:49 +0000 (12:59 +1000)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:09 +0000 (09:04 -0500)
commita219983dc16c90daed5e27133383edd7db95f4cd
treea56146d288c317abeaed8058bdcf852b26b037df
parent53c8b44a1f34457893fcd35817aab22e22fb3a31
Fix sc520 timer interrupt generation

The current implementation has the timer being started before the interrupt
handler is installed. It the interrupt occurs before the handler is
installed, the timer interrupt is never reset and the timer stops

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
cpu/i386/sc520/sc520_timer.c