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 to manipulate the CPU_FTR_EMB_HV flag on the the primary =
core. =20
=20
Signed-off-by: Varun Sethi <redacted>
---
arch/powerpc/kernel/cpu_setup_fsl_booke.S | 38 =
++++++++++++++++++++++++----
arch/powerpc/kernel/exceptions-64e.S | 18 +------------
2 files changed, 34 insertions(+), 22 deletions(-)
applied to next
- k=