From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755428Ab0EaCqd (ORCPT ); Sun, 30 May 2010 22:46:33 -0400 Received: from casper.infradead.org ([85.118.1.10]:42157 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755388Ab0EaCqc (ORCPT ); Sun, 30 May 2010 22:46:32 -0400 Date: Sun, 30 May 2010 19:49:07 -0700 From: Arjan van de Ven To: Randy Dunlap Cc: Heiko Carstens , linux-kernel@vger.kernel.org Subject: Re: Documentation/timers/hpet_example.c compile bug Message-ID: <20100530194907.67399986@infradead.org> In-Reply-To: <4C03203B.3050501@oracle.com> References: <20100528113514.GA3686@osiris.boeblingen.de.ibm.com> <4C015FE6.8040004@oracle.com> <4C03203B.3050501@oracle.com> Organization: Intel X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 30 May 2010 19:34:35 -0700 Randy Dunlap wrote: > > Does it even make sense to build hpet_example on s390? > I.e., does s390 have hpet? > If not, then a simple Kconfig "depends on X86" or "depends on !S390" > will fix this. HPET is very PC specific. but.. even on x86, it does not really make sense, and exposing this as an interface to userspace is a historical mistake, the use of which we really ought to discourage.