Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 10 Feb 2002 00:38:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 10 Feb 2002 00:38:26 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:55044 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sun, 10 Feb 2002 00:38:17 -0500 Date: Sat, 9 Feb 2002 23:23:43 -0800 (PST) From: Linus Torvalds To: Andrew Morton cc: Alan Cox , Hugh Dickins , Marcelo Tosatti , "H. Peter Anvin" , Subject: Re: [PATCH] BUG preserve registers In-Reply-To: <3C660517.AAA7FA8@zip.com.au> 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 Sat, 9 Feb 2002, Andrew Morton wrote: > > This is the cue for Keith to pop up and say "fixed in kbuild 2.5". Nope. > __BASE_FILE__ seems to have been supported for a sufficiently long time. __BASE_FILE__ is not useful. Remember: when we have a BUG in a header file, we need to get the HEADER file, not the base file. __BASE_FILE__ only works for .c files. And .c files aren't the problem anyway (ie if we didn't have BUG() statements in header files, we wouldn't have problems anyway). 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/