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 +
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
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
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
> -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: