blob: cb3c72abe684ad6d0162825687720c0271a12ef8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* linux/include/asm-arm/arch-rpc/timex.h
*
* RiscPC architecture timex specifications
*
* Copyright (C) 1997, 1998 Russell King
*/
/*
* On the RiscPC, the clock ticks at 2MHz.
*/
#define CLOCK_TICK_RATE 2000000
|