Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SCSI] mptfusion: Avoid out of order Event processing due to cpu migr…
…ation 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>
- Loading branch information