]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
MN10300: Call update_process_times() outside of the xtime_lock
authorDavid Howells <dhowells@redhat.com>
Tue, 19 Feb 2008 18:58:49 +0000 (18:58 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 19 Feb 2008 23:51:36 +0000 (15:51 -0800)
commit2b79aac9038ee52fd8d89216b1a3ec9bd8285fac
treeb63476e3926eec36db0c59f37362842f96269de9
parente855e5d82edd708bcb966cf7ccda2dee1c154935
MN10300: Call update_process_times() outside of the xtime_lock

Call update_process_times() outside of the xtime_lock.  Somewhere somewhere
inside one of the functions called by that, xtime_lock is readlocked, which
ends up in a deadlock situation.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/kernel/time.c