Re: [PATCH] microblaze: Don't mark arch_kgdb_ops as const.

2013-06-26 Thread Michal Simek
Hi Graeme, On 06/23/2013 11:16 PM, Graeme Smecher wrote: > Hi Michal, > > On 08/06/13 01:58 PM, Graeme Smecher wrote: >> Hi all, >> >> On 08/06/13 09:52 AM, Graeme Smecher wrote: >>> Other architectures don't do it, and it conflicts with the extern'd >>> definition >>> in include/linux/kgdb.h. >

Re: [PATCH] microblaze: Don't mark arch_kgdb_ops as const.

2013-06-23 Thread Graeme Smecher
Hi Michal, On 08/06/13 01:58 PM, Graeme Smecher wrote: Hi all, On 08/06/13 09:52 AM, Graeme Smecher wrote: Other architectures don't do it, and it conflicts with the extern'd definition in include/linux/kgdb.h. Signed-off-by: Graeme Smecher CC: Michal Simek CC:linux-kernel@vger.kernel.org --

Re: [PATCH] microblaze: Don't mark arch_kgdb_ops as const.

2013-06-08 Thread Graeme Smecher
Hi all, On 08/06/13 09:52 AM, Graeme Smecher wrote: Other architectures don't do it, and it conflicts with the extern'd definition in include/linux/kgdb.h. Signed-off-by: Graeme Smecher CC: Michal Simek CC:linux-kernel@vger.kernel.org --- arch/microblaze/kernel/kgdb.c |2 +- 1 files chan