summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu/timer.c
Commit message (Collapse)AuthorAgeLines
* Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2011-07-26-6/+1
|
* Timer: Remove set_timer completelyGraeme Russ2011-07-26-5/+0
|
* microblaze: Move timer initialization to board.cMichal Simek2010-04-16-1/+2
| | | | | | | I would like to handle case where system doesn't contain intc that's why I need timer initialization out of intc code. Signed-off-by: Michal Simek <monstr@monstr.eu>
* microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/*Peter Tyser2010-04-13-0/+73
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>