From: Jens Axboe Date: Wed, 9 Apr 2014 16:18:23 +0000 (-0600) Subject: blk-mq: ensure that hardware queues are always run on the mapped CPUs X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~47^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4043dcf30811f5db15181168e2aac172514302a;p=pandora-kernel.git blk-mq: ensure that hardware queues are always run on the mapped CPUs Instead of providing soft mappings with no guarantees on hardware queues always being run on the right CPU, switch to a hard mapping guarantee that ensure that we always run the hardware queue on (one of, if more) the mapped CPU. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed