Re: [PATCH] RISC-V: Always compile mm/init.c with cmodel=medany

2019-03-24 Thread Anup Patel
On Mon, Mar 25, 2019 at 12:44 AM Gary Guo wrote: > > > > > -Original Message- > > From: linux-riscv On Behalf Of > > Anup > > Patel > > Sent: Sunday, March 24, 2019 11:08 > > To: Palmer Dabbelt ; Albert Ou > > Cc: Anup Patel ; linux-kernel@vger.kernel.org; Mike > > Rapoport ; Christoph

Re: [PATCH] RISC-V: Always compile mm/init.c with cmodel=medany

2019-03-24 Thread Anup Patel
On Sun, Mar 24, 2019 at 8:27 PM Christoph Hellwig wrote: > > On Sun, Mar 24, 2019 at 11:08:29AM +, Anup Patel wrote: > > Signed-off-by: Christoph Hellwig > > Signed-off-by: Mike Rapoport > > Huh? I don't think this is from Mike and me. > > > +unsigned long va_pa_offset; > > +EXPORT_SYMBOL(v

Re: [PATCH] RISC-V: Always compile mm/init.c with cmodel=medany

2019-03-24 Thread Anup Patel
On Sun, Mar 24, 2019 at 10:13 PM Mike Rapoport wrote: > > On Sun, Mar 24, 2019 at 03:57:08PM +0100, Christoph Hellwig wrote: > > On Sun, Mar 24, 2019 at 11:08:29AM +, Anup Patel wrote: > > > Signed-off-by: Christoph Hellwig > > > Signed-off-by: Mike Rapoport > > > > Huh? I don't think this

RE: [PATCH] RISC-V: Always compile mm/init.c with cmodel=medany

2019-03-24 Thread Gary Guo
> -Original Message- > From: linux-riscv On Behalf Of Anup > Patel > Sent: Sunday, March 24, 2019 11:08 > To: Palmer Dabbelt ; Albert Ou > Cc: Anup Patel ; linux-kernel@vger.kernel.org; Mike > Rapoport ; Christoph Hellwig ; Atish > Patra ; Paul Walmsley ; > linux-ri...@lists.infradead.

Re: [PATCH] RISC-V: Always compile mm/init.c with cmodel=medany

2019-03-24 Thread Mike Rapoport
On Sun, Mar 24, 2019 at 03:57:08PM +0100, Christoph Hellwig wrote: > On Sun, Mar 24, 2019 at 11:08:29AM +, Anup Patel wrote: > > Signed-off-by: Christoph Hellwig > > Signed-off-by: Mike Rapoport > > Huh? I don't think this is from Mike and me. Suggested-by: would me more appropriate indeed

Re: [PATCH] RISC-V: Always compile mm/init.c with cmodel=medany

2019-03-24 Thread Christoph Hellwig
On Sun, Mar 24, 2019 at 11:08:29AM +, Anup Patel wrote: > Signed-off-by: Christoph Hellwig > Signed-off-by: Mike Rapoport Huh? I don't think this is from Mike and me. > +unsigned long va_pa_offset; > +EXPORT_SYMBOL(va_pa_offset); > +unsigned long pfn_base; > +EXPORT_SYMBOL(pfn_base); Can