a09e64fbc0
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
14 lines
234 B
C
14 lines
234 B
C
/*
|
|
* 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
|
|
|