mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
3de7b517df
Add the system timer using clockevents with the internal TC32 timer. This also adds a clocksource using the same timer. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
6 lines
93 B
C
6 lines
93 B
C
/*
|
|
* A definition needed by arch core code.
|
|
*
|
|
*/
|
|
#define CLOCK_TICK_RATE (HZ * 100000UL)
|