* [PATCH] mips: gdb-stub.c: fix parse error before ; token
@ 2006-01-26 1:29 Alexey Dobriyan
2006-01-26 1:32 ` Sergei Shtylylov
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2006-01-26 1:29 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, linux-mips
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,
};
/*
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mips: gdb-stub.c: fix parse error before ; token
2006-01-26 1:29 [PATCH] mips: gdb-stub.c: fix parse error before ; token Alexey Dobriyan
@ 2006-01-26 1:32 ` Sergei Shtylylov
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylylov @ 2006-01-26 1:32 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: Andrew Morton, linux-kernel, linux-mips
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-26 1:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox