]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/booke: Separate out restore_e5500/setup_e5500 routines.
authorVarun Sethi <Varun.Sethi@freescale.com>
Mon, 9 Jul 2012 13:01:51 +0000 (18:31 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 23 Aug 2012 18:08:59 +0000 (13:08 -0500)
commit92e361d6303b0013014ab0f37724a60291bc379e
tree26635d951e4aed4399219adc84f91a1c87125dd2
parent6717ab478dddd7e7066c48c25a08b204475ea4ea
powerpc/booke: Separate out restore_e5500/setup_e5500 routines.

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 to manipulate the CPU_FTR_EMB_HV flag on the primary
core.

Signed-off-by: Varun Sethi <Varun.Sethi@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/cpu_setup_fsl_booke.S
arch/powerpc/kernel/exceptions-64e.S