From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by ozlabs.org (Postfix) with ESMTP id 2B12EDDDFD for ; Fri, 15 Feb 2008 07:26:26 +1100 (EST) Received: by an-out-0708.google.com with SMTP id c37so134325anc.78 for ; Thu, 14 Feb 2008 12:26:25 -0800 (PST) Message-ID: Date: Thu, 14 Feb 2008 21:26:25 +0100 From: "Leon Woestenberg" To: linuxppc-embedded@ozlabs.org Subject: High resolution timer support in 2.6.24+ for MPC831x? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello all, although I can enable high res timers in 2.6.24, the item note says it does nothing if the platform does not have support for it. My platform is a MPC8313E-RDB, and I suspect no high res clock source implementation exists for it in 2.6.24, because clock_getres(CLOCK_REALTIME,) gives me 1/HZ. Is this correct and/or is anything in the works? Regards, -- Leon