sys: Remove BKL from sys_reboot
authorThomas Gleixner <tglx@linutronix.de>
Fri, 9 Oct 2009 18:31:33 +0000 (20:31 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 14 Oct 2009 13:31:10 +0000 (15:31 +0200)
commit6f15fa50087c8317e353145319466afbeb27a75d
tree599f2b9bc105a6495a63cbb914352521eb86a63b
parent1a6deaea3584fd7af1cad492b1fe0867060b45db
sys: Remove BKL from sys_reboot

Serialization of sys_reboot can be done local. The BKL is not
protecting anything else.

LKML-Reference: <20091010153349.405590702@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/sys.c