Re: [POWERPC] 8xx: fix swap

2008-03-07 Thread Kumar Gala
On Mar 6, 2008, at 4:53 AM, Vitaly Bordug wrote: > This makes swap routines operate correctly on the ppc_8xx based > machines. > Code has been revalidated on mpc885ads (8M sdram) with recent > kernel. Based > on patch from Yuri Tikhonov <[EMAIL PROTECTED]> to do the same on arch/ > ppc > ins

Re: [POWERPC] 8xx: fix swap

2008-03-06 Thread Scott Wood
On Thu, Mar 06, 2008 at 09:56:58AM -0600, Kumar Gala wrote: > On Mar 6, 2008, at 4:53 AM, Vitaly Bordug wrote: > > arch/powerpc/kernel/head_8xx.S | 30 ++ > > +++- > > include/asm-powerpc/pgtable-ppc32.h |8 > > 2 files changed, 29 insertions(+), 9 deletio

Re: [POWERPC] 8xx: fix swap

2008-03-06 Thread Segher Boessenkool
> do we need similar fixes to arch/ppc ? Do we care? arch/ppc needs many fixes, when you have implemented all of that, you get a clone of arch/powerpc ;-) Segher ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinf

Re: [POWERPC] 8xx: fix swap

2008-03-06 Thread Vitaly Bordug
On Thu, 6 Mar 2008 09:56:58 -0600 Kumar Gala wrote: > > On Mar 6, 2008, at 4:53 AM, Vitaly Bordug wrote: > > > This makes swap routines operate correctly on the ppc_8xx based > > machines. > > Code has been revalidated on mpc885ads (8M sdram) with recent > > kernel. Based > > on patch from Y

Re: [POWERPC] 8xx: fix swap

2008-03-06 Thread Kumar Gala
On Mar 6, 2008, at 4:53 AM, Vitaly Bordug wrote: > This makes swap routines operate correctly on the ppc_8xx based > machines. > Code has been revalidated on mpc885ads (8M sdram) with recent > kernel. Based > on patch from Yuri Tikhonov <[EMAIL PROTECTED]> to do the same on arch/ > ppc > ins

[POWERPC] 8xx: fix swap

2008-03-06 Thread Vitaly Bordug
This makes swap routines operate correctly on the ppc_8xx based machines. Code has been revalidated on mpc885ads (8M sdram) with recent kernel. Based on patch from Yuri Tikhonov <[EMAIL PROTECTED]> to do the same on arch/ppc instance. Recent kernel's size makes swap feature very important on low-m