Skip to content

Commit

Permalink
um: kill skas_ptregs.h
Browse files Browse the repository at this point in the history
It's a plain include of user_constants.h and all (2) users are
including user_constants.h directly prior to that.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent 4d45db9 commit 9f270de
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions arch/um/include/shared/skas_ptregs.h

This file was deleted.

2 changes: 0 additions & 2 deletions arch/um/sys-i386/shared/sysdep/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ void set_using_sysemu(int value);
int get_using_sysemu(void);
extern int sysemu_supported;

#include "skas_ptregs.h"

#define REGS_IP(r) ((r)[HOST_IP])
#define REGS_SP(r) ((r)[HOST_SP])
#define REGS_EFLAGS(r) ((r)[HOST_EFLAGS])
Expand Down
2 changes: 0 additions & 2 deletions arch/um/sys-x86_64/shared/sysdep/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#define MAX_REG_OFFSET (UM_FRAME_SIZE)
#define MAX_REG_NR ((MAX_REG_OFFSET) / sizeof(unsigned long))

#include "skas_ptregs.h"

#define REGS_IP(r) ((r)[HOST_IP])
#define REGS_SP(r) ((r)[HOST_SP])

Expand Down

0 comments on commit 9f270de

Please sign in to comment.