Re: [PATCH] powerpc: Make 256k pages depend on PPC32=n

2014-08-19 Thread Scott Wood
On Tue, 2014-08-19 at 18:23 -0400, Pranith Kumar wrote: > On Tue, Aug 19, 2014 at 6:19 PM, Scott Wood wrote: > > >> config PPC_256K_PAGES > >> bool "256k page size" if 44x > >> - depends on !STDBINUTILS > >> + depends on !PPC32 && !STDBINUTILS > >> help > >> Make the

Re: [PATCH] powerpc: Make 256k pages depend on PPC32=n

2014-08-19 Thread Pranith Kumar
On Tue, Aug 19, 2014 at 6:19 PM, Scott Wood wrote: >> config PPC_256K_PAGES >> bool "256k page size" if 44x >> - depends on !STDBINUTILS >> + depends on !PPC32 && !STDBINUTILS >> help >> Make the page size 256k. >> > > How will this ever be selected then? 44x is

Re: [PATCH] powerpc: Make 256k pages depend on PPC32=n

2014-08-19 Thread Scott Wood
On Tue, 2014-08-19 at 17:36 -0400, Pranith Kumar wrote: > 256k pages are not tested on PPC32. On a randconfig I got the following error: > > arch/powerpc/kernel/misc_32.S:1171: Error: operand out of range > (0x0001 is not between 0x8000 and 0x7fff) > >

[PATCH] powerpc: Make 256k pages depend on PPC32=n

2014-08-19 Thread Pranith Kumar
256k pages are not tested on PPC32. On a randconfig I got the following error: arch/powerpc/kernel/misc_32.S:1171: Error: operand out of range (0x0001 is not between 0x8000 and 0x7fff) Disable 256K pages if PPC32=y Signed-off-by: Pranith Kumar ---

[PATCH] powerpc: Make 256k pages depend on PPC32=n

2014-08-19 Thread Pranith Kumar
256k pages are not tested on PPC32. On a randconfig I got the following error: arch/powerpc/kernel/misc_32.S:1171: Error: operand out of range (0x0001 is not between 0x8000 and 0x7fff) Disable 256K pages if PPC32=y Signed-off-by: Pranith Kumar

Re: [PATCH] powerpc: Make 256k pages depend on PPC32=n

2014-08-19 Thread Scott Wood
On Tue, 2014-08-19 at 17:36 -0400, Pranith Kumar wrote: 256k pages are not tested on PPC32. On a randconfig I got the following error: arch/powerpc/kernel/misc_32.S:1171: Error: operand out of range (0x0001 is not between 0x8000 and 0x7fff) Disable 256K

Re: [PATCH] powerpc: Make 256k pages depend on PPC32=n

2014-08-19 Thread Pranith Kumar
On Tue, Aug 19, 2014 at 6:19 PM, Scott Wood scottw...@freescale.com wrote: config PPC_256K_PAGES bool 256k page size if 44x - depends on !STDBINUTILS + depends on !PPC32 !STDBINUTILS help Make the page size 256k. How will this ever be selected then? 44x is

Re: [PATCH] powerpc: Make 256k pages depend on PPC32=n

2014-08-19 Thread Scott Wood
On Tue, 2014-08-19 at 18:23 -0400, Pranith Kumar wrote: On Tue, Aug 19, 2014 at 6:19 PM, Scott Wood scottw...@freescale.com wrote: config PPC_256K_PAGES bool 256k page size if 44x - depends on !STDBINUTILS + depends on !PPC32 !STDBINUTILS help Make the