From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932456AbVKWCkH (ORCPT ); Tue, 22 Nov 2005 21:40:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932459AbVKWCkH (ORCPT ); Tue, 22 Nov 2005 21:40:07 -0500 Received: from mustang.oldcity.dca.net ([216.158.38.3]:48046 "HELO mustang.oldcity.dca.net") by vger.kernel.org with SMTP id S932456AbVKWCkF (ORCPT ); Tue, 22 Nov 2005 21:40:05 -0500 Subject: Re: 2.6.14-rt13 does not build From: Lee Revell To: linux-kernel Cc: Ingo Molnar , Thomas Gleixner In-Reply-To: <1132682597.7596.18.camel@mindpipe> References: <1132599511.29178.69.camel@mindpipe> <1132600755.29178.80.camel@mindpipe> <1132622910.4772.4.camel@mindpipe> <1132682597.7596.18.camel@mindpipe> Content-Type: text/plain Date: Tue, 22 Nov 2005 21:39:51 -0500 Message-Id: <1132713591.4774.6.camel@mindpipe> Mime-Version: 1.0 X-Mailer: Evolution 2.4.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2005-11-22 at 13:03 -0500, Lee Revell wrote: > On Mon, 2005-11-21 at 20:28 -0500, Lee Revell wrote: > > I'm trying to work around it by > > compiling with high res timers even though I don't have the hardware > > to support them. > > Does not with with high res timers enabled either - it boots halfway > then I just get endless screenfuls of "============================". > > Can anyone reproduce the failure to build or boot 2.6.14-rt13 with my > config? > OK I tracked this down. It works as long as CONFIG_KTIME_SCALAR is on. I tried -rt6 and -rt13 with various combinations of preemption levels and debugging options and all configs with this unset failed to build or boot. Lee