Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
After check the official specification of ARM ISA and Thumb ISA, the arch_setjmp_thumb.S are written by arm unified assembly language, so it easy to make it works for ARM and thumb ISA. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Since some Cortex A core supports thumb mode also, thus they can share same implementation. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>