Re: [PATCH] BUG preserve registers

Linus Torvalds (torvalds@transmeta.com)
Sat, 9 Feb 2002 23:23:43 -0800 (PST)


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/