x86: reduce preemption off section in exit thread
authorThomas Gleixner <tglx@linutronix.de>
Mon, 16 Mar 2009 12:07:21 +0000 (13:07 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 16 Mar 2009 14:32:28 +0000 (15:32 +0100)
commit250981e6e1ef04947eccaa55e8c25ddcaa47a02e
tree0c6f576501be490b495d7e274f71f1e2903de662
parent0f3fa48a7eaf5d1118cfda1650e8c759b2a116e4
x86: reduce preemption off section in exit thread

Impact: latency improvement

No need to keep preemption disabled over the kfree call.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/process.c