summaryrefslogtreecommitdiff
path: root/src/dev/arm/timer_cpulocal.cc
AgeCommit message (Collapse)Author
2011-08-19ARM: Add per-cpu local timers for ARM.Geoffrey Blake
Cortex-A9 processors can have a local timer and watchdog counter. It is enabled by default in Linux and up to this point we've had to disable them since a model wasn't available. This change allows a default MP ARM Linux configuration to boot.