Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 693
b: refs/heads/master
c: acef2e5
h: refs/heads/master
i:
  691: 3628f94
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed May 1, 2005
1 parent e167d2c commit f82abc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ffa0aea681a5f3c8aecbb86f1cfd3486043805de
refs/heads/master: acef2e55d2a1b59bb5610cacc546c1d1b5de2dc9
4 changes: 4 additions & 0 deletions trunk/include/asm-um/processor-generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ struct task_struct;
struct mm_struct;

struct thread_struct {
/* This flag is set to 1 before calling do_fork (and analyzed in
* copy_thread) to mark that we are begin called from userspace (fork /
* vfork / clone), and reset to 0 after. It is left to 0 when called
* from kernelspace (i.e. kernel_thread() or fork_idle(), as of 2.6.11). */
int forking;
int nsyscalls;
struct pt_regs regs;
Expand Down

0 comments on commit f82abc9

Please sign in to comment.