Re: [PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64

2013-01-26 Thread Aaro Koskinen
Hi, On Sat, Jan 26, 2013 at 04:01:44PM -0500, Steven Rostedt wrote: > On Sat, 2013-01-26 at 22:15 +0200, Aaro Koskinen wrote: > > On Fri, Jan 25, 2013 at 01:13:15PM -0500, Steven Rostedt wrote: > > > Commit d3ce88431892 "MIPS: Fix modpost error in modules attepting to use > > > virt_addr_valid()"

Re: [PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64

2013-01-26 Thread Steven Rostedt
On Sat, 2013-01-26 at 22:15 +0200, Aaro Koskinen wrote: > Hi, > > On Fri, Jan 25, 2013 at 01:13:15PM -0500, Steven Rostedt wrote: > > Commit d3ce88431892 "MIPS: Fix modpost error in modules attepting to use > > virt_addr_valid()" moved __virt_addr_valid() from a macro in a header > > file to a

Re: [PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64

2013-01-26 Thread Aaro Koskinen
Hi, On Fri, Jan 25, 2013 at 01:13:15PM -0500, Steven Rostedt wrote: > Commit d3ce88431892 "MIPS: Fix modpost error in modules attepting to use > virt_addr_valid()" moved __virt_addr_valid() from a macro in a header > file to a function in ioremap.c. But ioremap.c is only compiled for MIPS > 32,

Re: [PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64

2013-01-26 Thread Aaro Koskinen
Hi, On Fri, Jan 25, 2013 at 01:13:15PM -0500, Steven Rostedt wrote: Commit d3ce88431892 MIPS: Fix modpost error in modules attepting to use virt_addr_valid() moved __virt_addr_valid() from a macro in a header file to a function in ioremap.c. But ioremap.c is only compiled for MIPS 32, and not

Re: [PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64

2013-01-26 Thread Steven Rostedt
On Sat, 2013-01-26 at 22:15 +0200, Aaro Koskinen wrote: Hi, On Fri, Jan 25, 2013 at 01:13:15PM -0500, Steven Rostedt wrote: Commit d3ce88431892 MIPS: Fix modpost error in modules attepting to use virt_addr_valid() moved __virt_addr_valid() from a macro in a header file to a function in

Re: [PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64

2013-01-26 Thread Aaro Koskinen
Hi, On Sat, Jan 26, 2013 at 04:01:44PM -0500, Steven Rostedt wrote: On Sat, 2013-01-26 at 22:15 +0200, Aaro Koskinen wrote: On Fri, Jan 25, 2013 at 01:13:15PM -0500, Steven Rostedt wrote: Commit d3ce88431892 MIPS: Fix modpost error in modules attepting to use virt_addr_valid() moved

[PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64

2013-01-25 Thread Steven Rostedt
Commit d3ce88431892 "MIPS: Fix modpost error in modules attepting to use virt_addr_valid()" moved __virt_addr_valid() from a macro in a header file to a function in ioremap.c. But ioremap.c is only compiled for MIPS 32, and not for MIPS 64. When compiling for my yeeloong2, which supposedly

[PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64

2013-01-25 Thread Steven Rostedt
Commit d3ce88431892 MIPS: Fix modpost error in modules attepting to use virt_addr_valid() moved __virt_addr_valid() from a macro in a header file to a function in ioremap.c. But ioremap.c is only compiled for MIPS 32, and not for MIPS 64. When compiling for my yeeloong2, which supposedly supports