blob: 8a4175fc01060788b4cae4bfc4bd605c9ad7cd01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* linux/include/asm-arm/arch-cl7500/timex.h
*
* CL7500 architecture timex specifications
*
* Copyright (C) 1999 Nexus Electronics Ltd
*/
/*
* On the ARM7500, the clock ticks at 2MHz.
*/
#define CLOCK_TICK_RATE 2000000
|