1. 05 Sep, 2011 1 commit
    • Jonas Bonn's avatar
      openrisc: don't use pt_regs in struct sigcontext · d7cb6667
      Jonas Bonn authored
      As it was decided not to export struct pt_regs to userspace, struct
      sigcontext shouldn't be using it either.  The pt_regs struct for OpenRISC
      is kernel internal and the layout of the registers may change in the
      future.  The struct user_regs_struct is what is guaranteed to remain
      stable, so struct sigcontext may use that instead.
      
      This patch removes the usage of struct pt_regs in struct sigcontext and
      makes according changes in signal.c to get the register layout right.
      
      The usp field is removed from the sigcontext structure as this information
      is already contained in the user_regs_struct.
      Signed-off-by: default avatarJonas Bonn <jonas@southpole.se>
      Reviewed-by: default avatarEmilio Cota <cota@braap.org>
      d7cb6667
  2. 14 Aug, 2011 13 commits
  3. 13 Aug, 2011 23 commits
  4. 12 Aug, 2011 3 commits