]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] mptfusion: Avoid out of order Event processing due to cpu migration
authorkashyap.desai@lsi.com <kashyap.desai@lsi.com>
Thu, 4 Aug 2011 11:12:46 +0000 (16:42 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 27 Aug 2011 14:35:18 +0000 (08:35 -0600)
commitd016cf021096c9cb111828add20c7887c4dc1469
tree21f2f183fe342a25fca6ec3a37db395573a35b63
parentd049a65bbee9e0352b3eecd0d252b20b336a49ed
[SCSI] mptfusion: Avoid out of order Event processing due to cpu migration

Driver will now schedule MPI event using "delay_work_queue_on" to
specify same CPU to be used to schedule work.  Earlier it used
"delay_work_queue" which can cause migration of work due to kernel'
timer migration feature.

Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/message/fusion/mptsas.c