Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31195
b: refs/heads/master
c: f86c974
h: refs/heads/master
i:
  31193: fcc5fb7
  31191: fa09d64
v: v3
  • Loading branch information
Sonny Rao authored and Paul Mackerras committed Jun 29, 2006
1 parent f0c1e4a commit 8db0860
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 975b365895b638a62da55f9fb180b0a71d05874d
refs/heads/master: f86c9747fe1cd72b2c5c6bdf72d17aeb2a3c6cb0
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/mm/mmu_context_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ int init_new_context(struct task_struct *tsk, struct mm_struct *mm)
return err;

if (index > MAX_CONTEXT) {
spin_lock(&mmu_context_lock);
idr_remove(&mmu_context_idr, index);
spin_unlock(&mmu_context_lock);
return -ENOMEM;
}

Expand Down

0 comments on commit 8db0860

Please sign in to comment.