]> git.karo-electronics.de Git - karo-tx-linux.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>
Wed, 24 Aug 2011 03:19:09 +0000 (20:19 -0700)
commitbc2a84129ee2c170f840ed3be2b4ca3a20468a65
treed385c38b3bb8db682c5ab261b957c61818e3209b
parent8f2e8587e169d75ecc46bd0733706b2b0d9a291f
[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