blob: dfaa9b425757f96b4f5a61ca16591509c78a0924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* arch/arm/mach-clps7500/include/mach/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
|