Fix sc520 timer interrupt generation
authorGraeme Russ <graeme.russ@gmail.com>
Sun, 23 Aug 2009 02:59:49 +0000 (12:59 +1000)
committerWolfgang Denk <wd@denx.de>
Fri, 4 Sep 2009 19:51:56 +0000 (21:51 +0200)
commit04ff9ab158714d43cdf2f4f6f0235c3ea9d241a2
tree7fbb53a4fe49e056cb7284ac5a05f176ade92ac0
parentf3a8d6b29b1cd01fdd940e8ff7a62b1df0ebbf82
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