Re: [PATCH 04/27] asm-generic: add legacy I/O header files

From: Russell King
Date: Fri May 01 2009 - 08:37:24 EST


On Fri, May 01, 2009 at 02:22:29PM +0200, Arnd Bergmann wrote:
> drivers/rtc/rtc-pxa.c:#define TIMER_FREQ CLOCK_TICK_RATE

Needs to use some separate definition, this is not related in any way
to the ISA timer stuff.

> drivers/serial/serial_ks8695.c: .uartclk = CLOCK_TICK_RATE * 16,

Ditto.

> drivers/watchdog/davinci_wdt.c: timer_margin = (((u64)heartbeat * CLOCK_TICK_RATE) & 0xffffffff);
> drivers/watchdog/davinci_wdt.c: timer_margin = (((u64)heartbeat * CLOCK_TICK_RATE) >> 32);

Ditto.

> drivers/watchdog/ks8695_wdt.c: unsigned long tval = wdt_time * CLOCK_TICK_RATE;

Ditto.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/