Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751048AbVIFWVj (ORCPT ); Tue, 6 Sep 2005 18:21:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751055AbVIFWVj (ORCPT ); Tue, 6 Sep 2005 18:21:39 -0400 Received: from mx2.suse.de ([195.135.220.15]:40671 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1751048AbVIFWVi (ORCPT ); Tue, 6 Sep 2005 18:21:38 -0400 From: Andi Kleen To: Daniel Phillips Subject: Re: RFC: i386: kill !4KSTACKS Date: Wed, 7 Sep 2005 00:21:29 +0200 User-Agent: KMail/1.8 Cc: Giridhar Pemmasani , linux-kernel@vger.kernel.org References: <20050904145129.53730.qmail@web50202.mail.yahoo.com> <200509061819.45567.phillips@istop.com> In-Reply-To: <200509061819.45567.phillips@istop.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509070021.29959.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 711 Lines: 18 On Wednesday 07 September 2005 00:19, Daniel Phillips wrote: > Andi, their stack will have to have a valid thread_info->task because > interrupts will use it. Out of interest, could you please explain what > for? No, with 4k interrupts run on their own stack with their own thread_info Or rather they mostly do. Currently do_IRQ does irq_enter which refers thread_info before switching to the interrupt stack, that order would likely need to be exchanged. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/