Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 6 Apr 2002 15:18:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 6 Apr 2002 15:18:53 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:44292 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sat, 6 Apr 2002 15:18:52 -0500 Date: Sat, 6 Apr 2002 12:18:30 -0800 (PST) From: Linus Torvalds To: Robert Love cc: Brian Gerst , Linux-Kernel Subject: Re: [PATCH] Clean up x86 interrupt entry code In-Reply-To: <1018123940.899.104.camel@phantasy> Message-ID: 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 6 Apr 2002, Robert Love wrote: > > You removed GET_THREAD_INFO and there does not seem to be a > replacement. Is there some assurance *thread_info is now pointed to by > %ebx here? It seems to be always loaded by the common interrupt code (and %ebx is a call-saved register, so calling the interrupt handlers and returning doesn't clobber it). But testing it may be a good idea ;^p Linus - 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/