From: kashyap.desai@lsi.com Date: Thu, 4 Aug 2011 11:12:46 +0000 (+0530) Subject: [SCSI] mptfusion: Avoid out of order Event processing due to cpu migration X-Git-Tag: v3.2-rc1~125^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a38ae37fdcd77657fb6624b0a0ec57f3d21e2f40;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed