mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 09:16:38 +07: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)
|