From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (unknown [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 3F7E8DDE1F for ; Sat, 26 Apr 2008 17:11:04 +1000 (EST) Date: Sat, 26 Apr 2008 00:11:02 -0700 (PDT) Message-Id: <20080426.001102.65527296.davem@davemloft.net> To: kevdig@hypersurf.com Subject: Re: get_cycles() From: David Miller In-Reply-To: <4812DFA3.6090106@hypersurf.com> References: <4812DFA3.6090106@hypersurf.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Kevin Diggs Date: Sat, 26 Apr 2008 00:54:11 -0700 > Anyone know how to turn get_cycles() into an actual time in a module? > ppc_tb_freq does not seem to be exported? You should really be using ktime_t and associated interfaces.