]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] del_timer_sync(): add cpu_relax()
authorAndrew Morton <akpm@osdl.org>
Fri, 14 Jul 2006 07:24:06 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Jul 2006 04:53:52 +0000 (21:53 -0700)
commit333c701f01ae2445f597786acf78a8124f957f15
tree166224a3c3239ae5f7bd07759dd70b9bb2d95e28
parentc405416bf0c03f344c40026ccce397107a5da599
[PATCH] del_timer_sync(): add cpu_relax()

Relax the CPU in the del_timer_sync() busywait loop.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/timer.c