Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Sergei Shtylylov <sshtylyov@ru.mvista.com>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernle.org, linux-mips@linux-mips.org
Subject: Re: [PATCH] mips: gdb-stub.c: fix parse error before ; token
Date: Thu, 26 Jan 2006 04:32:19 +0300	[thread overview]
Message-ID: <43D826A3.80505@ru.mvista.com> (raw)
In-Reply-To: <20060126012925.GB11091@mipter.zuzino.mipt.ru>

Hello.

Alexey Dobriyan wrote:


> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
> 
>  arch/mips/kernel/gdb-stub.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/arch/mips/kernel/gdb-stub.c
> +++ b/arch/mips/kernel/gdb-stub.c
> @@ -178,7 +178,7 @@ int kgdb_enabled;
>   */
>  static DEFINE_SPINLOCK(kgdb_lock);
>  static raw_spinlock_t kgdb_cpulock[NR_CPUS] = {
> -	[0 ... NR_CPUS-1] = __RAW_SPIN_LOCK_UNLOCKED;
> +	[0 ... NR_CPUS-1] = __RAW_SPIN_LOCK_UNLOCKED,
>  };
>  
>  /*

    I have already posted this patch, to no avail so far -- Ralf doesn't use 
KGDB. ;-)

http://www.linux-mips.org/archives/linux-mips/2006-01/msg00027.html

(forgot to sign-off it as usual)

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>

WBR, Sergei

      reply	other threads:[~2006-01-26  1:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-26  1:29 [PATCH] mips: gdb-stub.c: fix parse error before ; token Alexey Dobriyan
2006-01-26  1:32 ` Sergei Shtylylov [this message]

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=43D826A3.80505@ru.mvista.com \
    --to=sshtylyov@ru.mvista.com \
    --cc=adobriyan@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernle.org \
    --cc=linux-mips@linux-mips.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