Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5933
b: refs/heads/master
c: 4c5640c
h: refs/heads/master
i:
  5931: 349f822
v: v3
  • Loading branch information
David Meybohm authored and Linus Torvalds committed Aug 23, 2005
1 parent 5b64a0d commit b6050dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3f024c1a4bc8ef9a149879351ce8b3aa749e0c2f
refs/heads/master: 4c5640cb5f5a6fd780d99397eca028b575cb1206
2 changes: 1 addition & 1 deletion trunk/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ asmlinkage long sys_getppid(void)
parent = me->group_leader->real_parent;
for (;;) {
pid = parent->tgid;
#ifdef CONFIG_SMP
#if defined(CONFIG_SMP) || defined(CONFIG_PREEMPT)
{
struct task_struct *old = parent;

Expand Down

0 comments on commit b6050dd

Please sign in to comment.