mirror of https://gitee.com/openkylin/linux.git
6 lines
93 B
C
6 lines
93 B
C
|
/*
|
||
|
* A definition needed by arch core code.
|
||
|
*
|
||
|
*/
|
||
|
#define CLOCK_TICK_RATE (HZ * 100000UL)
|