Home | History | Annotate | Download | only in m68k
      1 static struct user_regs_struct m68k_regs;
      2 unsigned long *const m68k_usp_ptr = (unsigned long *) &m68k_regs.usp;
      3 #define ARCH_PC_REG m68k_regs.pc
      4 #define ARCH_REGS_FOR_GETREGS m68k_regs
      5