From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265287AbUHCJTy (ORCPT ); Tue, 3 Aug 2004 05:19:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265291AbUHCJTy (ORCPT ); Tue, 3 Aug 2004 05:19:54 -0400 Received: from mx1.redhat.com ([66.187.233.31]:48294 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S265287AbUHCJTx (ORCPT ); Tue, 3 Aug 2004 05:19:53 -0400 Date: Tue, 3 Aug 2004 05:19:07 -0400 (EDT) From: Ingo Molnar X-X-Sender: mingo@devserv.devel.redhat.com To: Shane Shrybman cc: linux-kernel Subject: Re: [patch] voluntary-preempt-2.6.8-rc2-O2 In-Reply-To: <1091459297.2573.10.camel@mars> Message-ID: References: <1091459297.2573.10.camel@mars> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2 Aug 2004, Shane Shrybman wrote: > I was unable to boot -O2. It seemed to hang up when it got to the > aic7xxx(29160) scsi controller. does it boot with voluntary-preempt=2 on the boot command line? (or with voluntary-preempt=1)? if it boots this way you can turn it back on runtime by changing /proc/sys/kernel/voluntary_preemption back to 3 and turning on IRQ threading for each interrupt via /proc/irq/*/threaded. Ingo