linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Valdis.Kletnieks@vt.edu, linux-kernel@vger.kernel.org
Subject: Re: 2.5.68-bk3 - #if cleanup arch/* (1/6)
Date: Tue, 22 Apr 2003 22:47:45 +0200	[thread overview]
Message-ID: <200304222049.h3MKnj7S011734@post.webmailer.de> (raw)
In-Reply-To: 20030422194012$5ab2@gated-at.bofh.it

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

       reply	other threads:[~2003-04-22 20:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20030422194012$5ab2@gated-at.bofh.it>
2003-04-22 20:47 ` Arnd Bergmann [this message]
2003-04-22 19:33 2.5.68-bk3 - #if cleanup arch/* (1/6) Valdis.Kletnieks

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200304222049.h3MKnj7S011734@post.webmailer.de \
    --to=arnd@arndb.de \
    --cc=Valdis.Kletnieks@vt.edu \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).