From: Ingo Molnar Date: Mon, 9 Jun 2008 08:45:29 +0000 (-0700) Subject: sched: sched_clock() lockdep fix X-Git-Tag: v2.6.27-rc1~1102^2^2~3^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=040ec23d07f95285e9777a85cda29cb339a3065b;p=pandora-kernel.git sched: sched_clock() lockdep fix Sitsofe Wheeler bisected the following commit to cause a lockdep to warn about itself and turn itself off: > commit c6531cce6e6e4b99bcda46b6268d6f2d9e30aea4 > Author: Ingo Molnar > Date: Mon May 12 21:21:14 2008 +0200 > > sched: do not trace sched_clock do not use raw irq flags in cpu_clock() as it causes lockdep to lose track of the true state of the IRQ flag. Reported-and-bisected-by: Sitsofe Wheeler Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton --- Reading git-diff-tree failed