lkml.org 
[lkml]   [2008]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC patch 04/15] get_cycles() : powerpc64 HAVE_GET_CYCLES
Mathieu Desnoyers writes:

> This patch selects HAVE_GET_CYCLES and makes sure get_cycles_barrier() and
> get_cycles_rate() are implemented.

[snip]

> +static inline cycles_t get_cycles_rate(void)
> +{
> + return CLOCK_TICK_RATE;
> +}

CLOCK_TICK_RATE is certainly wrong. You want ppc_tb_freq (declared in
asm/time.h). Or tb_ticks_per_sec, since we seem to have two variables
for exactly the same thing, for some reason. :)

Paul.


\
 
 \ /
  Last update: 2008-10-17 02:29    [W:0.135 / U:0.580 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site