Re: [patch 02/36] Hexagon: Core arch-specific header files

From: Arnd Bergmann
Date: Wed Aug 17 2011 - 16:40:11 EST


On Wednesday 17 August 2011 11:34:59 Richard Kuo wrote:

> +#ifndef _ASM_TIMEX_H
> +#define _ASM_TIMEX_H
> +
> +#include <asm-generic/timex.h>
> +#include <asm/timer-regs.h>
> +
> +/* Using TCX0 as our clock. */
> +#define CLOCK_TICK_RATE TCX0_CLK_RATE
> +
> +#endif

CLOCK_TICK_RATE will no longer be there in Linux-3.2, after a patch from
Deepak Saxena. If you rely on it anywhere, change that to use your
TCX0_CLK_RATE directly.

Arnd
--
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/