1static struct pt_regs arm_regs;
2long *const arm_sp_ptr = &arm_regs.ARM_sp;
3
4#define ARCH_REGS_FOR_GETREGS arm_regs
5