From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751936Ab0IQHjB (ORCPT ); Fri, 17 Sep 2010 03:39:01 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:55814 "EHLO out2.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750826Ab0IQHjA (ORCPT ); Fri, 17 Sep 2010 03:39:00 -0400 X-Sasl-enc: eKpNMxpvU4fkGZJfKG6DScsq9tDWiWoirh5wi9dclkbT 1284709138 Message-ID: <4C931B12.8060403@ladisch.de> Date: Fri, 17 Sep 2010 09:38:58 +0200 From: Clemens Ladisch User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Jaswinder Singh Rajput CC: the arch/x86 maintainers , Linux Kernel Mailing List Subject: Re: Hungry for hardware timers References: <4C85F0E3.2050908@ladisch.de> <4C860043.9000501@ladisch.de> <4C861A09.5020203@ladisch.de> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jaswinder Singh Rajput wrote: > I am planning to use hpet2 from modules. But currently it seems > hpet_readl() and hpet_writel() are not accessible from outside the > kernel. Is there any plans to export them. hpet_ioctl_common was intended to be exported, but isn't. Better use hrtimers. Regards, Clemens