Hi  All
Issue is solved now.
Change is regarding TLS (Thread Local Storage) which is the register
found in recent kernel of ARM. Earlier version of ARM does emulation
of TLS.
Android also makes an assumption that the kernel Emulates the TLS.
So irrespective of the physical presence of the TLS register we can
always force for the emulation.

configuration in Kernel:
In arch/arm/mm/Kconfig
remove this line:
default y if SMP || CPU_32v7
add this line:
default y if SMP || CPU_32v7 && !ARCH_OMAP

Regards
Manjunatha Srinivasan N
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to