[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1351105.60z76SzR1l@wuerfel>
Date: Wed, 17 Aug 2011 21:19:04 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Richard Kuo <rkuo@...eaurora.org>
Cc: linux-kernel@...r.kernel.org, linux-hexagon@...r.kernel.org,
Linas Vepstas <linas@...eaurora.org>
Subject: Re: [patch 02/36] Hexagon: Core arch-specific header files
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists