From: Dmitry Torokhov Date: Wed, 21 Nov 2007 19:16:38 +0000 (-0500) Subject: Sonypi: use synchronize_irq instead of sycnronize_sched X-Git-Tag: v2.6.24-rc4~89^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb93db6e89bdffeae1f001bd87c9e96f9b634df;p=pandora-kernel.git Sonypi: use synchronize_irq instead of sycnronize_sched We know exactly what IRQ we are using, so synchronize_irq() suits much better. Plus synchronize_sched() will not work for us in -rt kernels. Signed-off-by: Dmitry Torokhov Acked-by: Mattia Dongili --- Reading git-diff-tree failed