commit | a38ae37fdcd77657fb6624b0a0ec57f3d21e2f40 | [log] [tgz] |
---|---|---|
author | kashyap.desai@lsi.com <kashyap.desai@lsi.com> | Thu Aug 04 16:42:46 2011 +0530 |
committer | James Bottomley <JBottomley@Parallels.com> | Sat Aug 27 08:35:18 2011 -0600 |
tree | 21f2f183fe342a25fca6ec3a37db395573a35b63 | |
parent | e62cca19a9bbfc72c62632d95a7c01cd6476708c [diff] |
[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>