RE: [PATCH] crash_dump: fix compilation error (on MIPS at least)

2014-01-08 Thread Qais Yousef
t; > > -Original Message- > > > From: Vivek Goyal [mailto:vgo...@redhat.com] > > > Sent: 05 December 2013 13:59 > > > To: Qais Yousef > > > Cc: linux-kernel@vger.kernel.org; Andrew Morton; Michael Holzheu; > > > linux- m...@linux-mip

Re: [PATCH] crash_dump: fix compilation error (on MIPS at least)

2013-12-12 Thread Vivek Goyal
> > Sent: 05 December 2013 13:59 > > To: Qais Yousef > > Cc: linux-kernel@vger.kernel.org; Andrew Morton; Michael Holzheu; linux- > > m...@linux-mips.org; sta...@vger.kernel.org > > Subject: Re: [PATCH] crash_dump: fix compilation error (on MIPS at least) > > > >

RE: [PATCH] crash_dump: fix compilation error (on MIPS at least)

2013-12-11 Thread Qais Yousef
> -Original Message- > From: Vivek Goyal [mailto:vgo...@redhat.com] > Sent: 05 December 2013 13:59 > To: Qais Yousef > Cc: linux-kernel@vger.kernel.org; Andrew Morton; Michael Holzheu; linux- > m...@linux-mips.org; sta...@vger.kernel.org > Subject: Re: [PATCH] crash_

Re: [PATCH] crash_dump: fix compilation error (on MIPS at least)

2013-12-05 Thread Vivek Goyal
On Wed, Dec 04, 2013 at 03:58:22PM +, Qais Yousef wrote: > In file included from kernel/crash_dump.c:2:0: > include/linux/crash_dump.h:22:27: error: unknown type name ‘pgprot_t’ > > when CONFIG_CRASH_DUMP=y > > The error was traced back to this commit: > > 9cb218131de1 vmcore: introduc

RE: [PATCH] crash_dump: fix compilation error (on MIPS at least)

2013-12-05 Thread Qais Yousef
> -Original Message- > From: Vivek Goyal [mailto:vgo...@redhat.com] > Sent: 04 December 2013 21:30 > To: Qais Yousef > Cc: linux-kernel@vger.kernel.org; Andrew Morton; Michael Holzheu; linux- > m...@linux-mips.org; sta...@vger.kernel.org > Subject: Re: [PATCH] crash_

Re: [PATCH] crash_dump: fix compilation error (on MIPS at least)

2013-12-04 Thread Vivek Goyal
On Wed, Dec 04, 2013 at 03:58:22PM +, Qais Yousef wrote: > In file included from kernel/crash_dump.c:2:0: > include/linux/crash_dump.h:22:27: error: unknown type name ‘pgprot_t’ > > when CONFIG_CRASH_DUMP=y > > The error was traced back to this commit: > > 9cb218131de1 vmcore: introduc