From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760602AbXGMQKi (ORCPT ); Fri, 13 Jul 2007 12:10:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754061AbXGMQKb (ORCPT ); Fri, 13 Jul 2007 12:10:31 -0400 Received: from gateway-1237.mvista.com ([63.81.120.158]:6605 "EHLO gateway-1237.mvista.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754031AbXGMQKa (ORCPT ); Fri, 13 Jul 2007 12:10:30 -0400 Message-ID: <4697A3F8.5040603@mvista.com> Date: Fri, 13 Jul 2007 09:10:32 -0700 From: Kevin Hilman User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: Thomas Gleixner Cc: LKML , RT-Users , Ingo Molnar Subject: Re: v2.6.22.1-rt3 References: <1184325752.12353.312.camel@chaos> In-Reply-To: <1184325752.12353.312.camel@chaos> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Thomas, In arm-preempt-config.patch, the GENERIC_TIME is removed from the OMAP arch. Can you undo that removal? OMAP is still GENERIC_TIME capable unless something has been done to break it. In other words, on top of -rt3: Index: linux-2.6/arch/arm/Kconfig =================================================================== --- linux-2.6.orig/arch/arm/Kconfig +++ linux-2.6/arch/arm/Kconfig @@ -394,6 +394,7 @@ config ARCH_DAVINCI config ARCH_OMAP bool "TI OMAP" select GENERIC_GPIO + select GENERIC_TIME help Support for TI's OMAP platform (OMAP1 and OMAP2). Signed-off-by: Kevin Hilman