Re: 2.5.68-bk3 - #if cleanup arch/* (1/6)

Arnd Bergmann (arnd@arndb.de)
Tue, 22 Apr 2003 22:47:45 +0200


Valdis.Kletnieks@vt.edu wrote:

> --- linux-2.5.68-bk3/arch/s390/kernel/traps.c.dist 2003-04-22 13:56:53.000000000 -0400
> +++ linux-2.5.68-bk3/arch/s390/kernel/traps.c 2003-04-22 15:04:11.293300921 -0400
> @@ -304,7 +304,7 @@
> }
> else
> {
> -#if CONFIG_REMOTE_DEBUG
> +#ifdef CONFIG_REMOTE_DEBUG
> if(gdb_stub_initialised)
> {
> gdb_stub_handle_exception(regs, signal);

This is actually dead code, the config option was already killed.
I'll change it in our tree.

Arnd <><
-
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/