]> xenbits.xensource.com Git - people/royger/linux-2.6.18-xen.git/commit
xen/x86: eliminate nesting of run-queue locks inside xtime_lock
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 10 Aug 2010 14:47:41 +0000 (15:47 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 10 Aug 2010 14:47:41 +0000 (15:47 +0100)
commit41d2cd91037ff8e31032fabbf632f5e566bda4a1
treee20db241c43ed807fe9f41fa398a6bc159f1b190
parentd189079551e4d02ea31109290e3adaf72c05c85c
xen/x86: eliminate nesting of run-queue locks inside xtime_lock

From: Zdenek Salvet <salvet@ics.muni.cz>

According to Debian bug 591362 this has been causing problems. While
no proof was given that the inverse lock order does actually occur
anywhere (with interrupts enabled), it is plain unnecessary to take
the risk.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
arch/i386/kernel/time-xen.c