863753a81e
Switch the iop32x and iop33x code over to the common time implementation, and remove the (nearly identical) iop32x and iop33x time implementations. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
8 lines
162 B
C
8 lines
162 B
C
/*
|
|
* linux/include/asm-arm/arch-iop32x/timex.h
|
|
*
|
|
* IOP3xx architecture timex specifications
|
|
*/
|
|
#include <asm/hardware.h>
|
|
|
|
#define CLOCK_TICK_RATE (100 * HZ)
|