Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1986
b: refs/heads/master
c: 36ca119
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jun 14, 2005
1 parent 57ff07e commit f4b810e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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: 8447f3f4659d91c2f11a1476522369c9d6ae6ada
refs/heads/master: 36ca1195ad7f760a6af3814cb002bd3a3d4b4db1
5 changes: 2 additions & 3 deletions trunk/arch/um/include/sysdep-i386/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#include "uml-config.h"
#include "user_constants.h"
#include "sysdep/faultinfo.h"
#include "choose-mode.h"

#define MAX_REG_NR (UM_FRAME_SIZE / sizeof(unsigned long))
#define MAX_REG_OFFSET (UM_FRAME_SIZE)
Expand Down Expand Up @@ -58,9 +60,6 @@ extern int sysemu_supported;
#define PTRACE_SYSEMU_SINGLESTEP 32
#endif

#include "sysdep/faultinfo.h"
#include "choose-mode.h"

union uml_pt_regs {
#ifdef UML_CONFIG_MODE_TT
struct tt_regs {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/scripts/Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ quiet_cmd_make_link = SYMLINK $@
cmd_make_link = ln -sf $(srctree)/arch/$(SUBARCH)/$($(notdir $@)-dir)/$(notdir $@) $@

# this needs to be before the foreach, because targets does not accept
# complete paths like $(obj)/$(f). To make sure this works, use a := assignment,
# complete paths like $(obj)/$(f). To make sure this works, use a := assignment
# or we will get $(obj)/$(f) in the "targets" value.
# Also, this forces you to use the := syntax when assigning to targets.
# Otherwise the line below will cause an infinite loop (if you don't know why,
Expand Down

0 comments on commit f4b810e

Please sign in to comment.