Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10087
b: refs/heads/master
c: 10ded94
h: refs/heads/master
i:
  10085: 9715883
  10083: 295d6ad
  10079: 727f3db
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Oct 24, 2005
1 parent 599c3b2 commit 510156b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: a69ac4a78d8bd9e1ec478bd7297d4f047fcd44a8
refs/heads/master: 10ded9493ec4a566977ed68b65158eba280e61e5
2 changes: 1 addition & 1 deletion trunk/arch/um/include/sysdep-i386/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <kern_constants.h>

#define TASK_DEBUGREGS(task) ((unsigned long *) &(((char *) (task))[HOST_TASK_DEBUGREGS]))
#ifdef CONFIG_MODE_TT
#ifdef UML_CONFIG_MODE_TT
#define TASK_EXTERN_PID(task) *((int *) &(((char *) (task))[HOST_TASK_EXTERN_PID]))
#endif

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/include/sysdep-x86_64/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <kern_constants.h>

#ifdef CONFIG_MODE_TT
#ifdef UML_CONFIG_MODE_TT
#define TASK_EXTERN_PID(task) *((int *) &(((char *) (task))[HOST_TASK_EXTERN_PID]))
#endif

Expand Down

0 comments on commit 510156b

Please sign in to comment.