Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35710
b: refs/heads/master
c: e8df8c3
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Sep 26, 2006
1 parent ae2beda commit 5b08b30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70e0eb8ef143f3729065c504177413ffe165af22
refs/heads/master: e8df8c3304cfc7d68e9a6a7b6df6c64783cd6991
14 changes: 1 addition & 13 deletions trunk/include/asm-um/ptrace-generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,7 @@

#ifndef __ASSEMBLY__


#define pt_regs pt_regs_subarch
#define show_regs show_regs_subarch
#define send_sigtrap send_sigtrap_subarch

#include "asm/arch/ptrace.h"

#undef pt_regs
#undef show_regs
#undef send_sigtrap
#undef user_mode
#undef instruction_pointer

#include "asm/arch/ptrace-abi.h"
#include "sysdep/ptrace.h"

struct pt_regs {
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/asm-um/ptrace-x86_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@
#include "asm/errno.h"
#include "asm/host_ldt.h"

#define signal_fault signal_fault_x86_64
#define __FRAME_OFFSETS /* Needed to get the R* macros */
#include "asm/ptrace-generic.h"
#undef signal_fault

#define HOST_AUDIT_ARCH AUDIT_ARCH_X86_64

void signal_fault(struct pt_regs_subarch *regs, void *frame, char *where);

#define FS_BASE (21 * sizeof(unsigned long))
#define GS_BASE (22 * sizeof(unsigned long))
#define DS (23 * sizeof(unsigned long))
Expand Down

0 comments on commit 5b08b30

Please sign in to comment.