Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39047
b: refs/heads/master
c: 3260259
h: refs/heads/master
i:
  39045: 80fa144
  39043: 55bafbd
  39039: 6f11519
v: v3
  • Loading branch information
Henne authored and Linus Torvalds committed Oct 6, 2006
1 parent bf7755a commit 9ae8947
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 1662d32cea96a8711bd61094ff090979478f0fd4
refs/heads/master: 3260259f0084e51ce21503b130473b78871e7077
7 changes: 4 additions & 3 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -1065,9 +1065,10 @@ static inline int pid_alive(struct task_struct *p)
}

/**
* is_init - check if a task structure is the first user space
* task the kernel created.
* @p: Task structure to be checked.
* is_init - check if a task structure is init
* @tsk: Task structure to be checked.
*
* Check if a task structure is the first user space task the kernel created.
*/
static inline int is_init(struct task_struct *tsk)
{
Expand Down

0 comments on commit 9ae8947

Please sign in to comment.