Re: [PATCH 1/4] powepc/booke: Separate out E.HV check and ivor setup code.

2012-08-04 Thread Kumar Gala
On Jul 9, 2012, at 7:55 AM, Varun Sethi wrote: > Move the E.HV check and CPU_FTR_EMB_HV flag manipulation to the cpu setup > code. > Create a separate routine for E.HV ivors setup. > > Signed-off-by: Varun Sethi > --- > arch/powerpc/kernel/cpu_setup_fsl_booke.S | 29 +

Re: [PATCH 2/4] powerpc/booke: Merge the 32 bit e5500/e500mc cpu setup code.

2012-08-04 Thread Kumar Gala
On Jul 9, 2012, at 7:58 AM, Varun Sethi wrote: > Merge the 32 bit cpu setup code for e500mc/e5500 and define the "cpu_restore" > routine (for e5500/e6500) only for the 64 bit case. The cpu_restore routine > is used in the 64 bit case for setting up the secondary cores. > > Signed-off-by: Varun S

Re: [PATCH 3/4] powerpc/booke: Separate out restore_e5500/setup_e5500 routines.

2012-08-04 Thread Kumar Gala
On Jul 9, 2012, at 8:01 AM, Varun Sethi wrote: > For the 64 bit case separate out e5500 cpu_setup and cpu_restore functions. > The cpu_setup function (for the primary core) is passed the cpu_spec pointer, > which is not there in case of the cpu_restore function. Also, in our case > we will have t

Re: [git pull] Please pull powerpc.git merge branch

2012-08-04 Thread Kumar Gala
On Aug 3, 2012, at 5:34 PM, Benjamin Herrenschmidt wrote: > On Fri, 2012-08-03 at 08:39 -0500, Kumar Gala wrote: >> Ben, >> >> Weekly bug fix pull request. > > Well, Linus is on holiday so I don't think it makes sense for me to ask > him to pull anything just yet... I'll put it in my tree some

RE: [PATCH 2/4] powerpc/booke: Merge the 32 bit e5500/e500mc cpu setup code.

2012-08-04 Thread Sethi Varun-B16395
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Friday, August 03, 2012 10:04 PM > To: Sethi Varun-B16395 > Cc: ag...@suse.de; b...@kernel.crashing.org; linuxppc- > d...@lists.ozlabs.org; kvm-...@vger.kernel.org > Subject: Re: [PATCH 2/4] powerpc/booke: