Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16378
b: refs/heads/master
c: 2684927
h: refs/heads/master
v: v3
  • Loading branch information
Zachary Amsden authored and Linus Torvalds committed Jan 6, 2006
1 parent cfaf617 commit 54f380a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 92f17f0171e864a2cbe448c5b7b473e72a7d27b8
refs/heads/master: 2684927c6b938ec7a679891e0ec1fa0709c521bd
12 changes: 1 addition & 11 deletions trunk/arch/i386/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,17 +402,7 @@ void flush_thread(void)

void release_thread(struct task_struct *dead_task)
{
if (dead_task->mm) {
// temporary debugging check
if (dead_task->mm->context.size) {
printk("WARNING: dead process %8s still has LDT? <%p/%d>\n",
dead_task->comm,
dead_task->mm->context.ldt,
dead_task->mm->context.size);
BUG();
}
}

BUG_ON(dead_task->mm);
release_vm86_irqs(dead_task);
}

Expand Down

0 comments on commit 54f380a

Please sign in to comment.