lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ