From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753131Ab0IFIyo (ORCPT ); Mon, 6 Sep 2010 04:54:44 -0400 Received: from smtprelay03.ispgateway.de ([80.67.31.37]:45112 "EHLO smtprelay03.ispgateway.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752669Ab0IFIyo (ORCPT ); Mon, 6 Sep 2010 04:54:44 -0400 Message-ID: <4C84AC6B.8000702@ladisch.de> Date: Mon, 06 Sep 2010 10:55:07 +0200 From: Clemens Ladisch User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Jaswinder Singh Rajput CC: "Venkatesh Pallipadi (Venki)" , the arch/x86 maintainers , Linux Kernel Mailing List Subject: Re: [PATCH] HPET: Supporting info for hpet_example References: In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Df-Sender: linux-kernel@cl.domainfactory-kunde.de Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jaswinder Singh Rajput wrote: > $./hpet_example info /dev/hpet > -hpet: executing info > hpet_info: hi_irqfreq 0x0 hi_flags 0x0 hi_hpet 0 hi_timer 2 The interrupt frequency is always zero before the application has set it, so it doesn't make much sense to show it in this function. Regards, Clemens