forked from Minki/linux
79d4dd77f0
Currently, kirkwood uses a hardcoded timer tick rate of 166 MHz, but the actual timer tick rate varies between different members of the SoC family. This patch prepares for runtime determination of the timer tick rate. Signed-off-by: Ronen Shitrit <rshitrit@marvell.com>
11 lines
283 B
C
11 lines
283 B
C
/*
|
|
* arch/arm/mach-kirkwood/include/mach/timex.h
|
|
*
|
|
* This file is licensed under the terms of the GNU General Public
|
|
* License version 2. This program is licensed "as is" without any
|
|
* warranty of any kind, whether express or implied.
|
|
*/
|
|
|
|
#define CLOCK_TICK_RATE (100 * HZ)
|
|
|