From: K. Y. Srinivasan Date: Sat, 1 Dec 2012 14:46:50 +0000 (-0800) Subject: Drivers: hv: Add code to distribute channel interrupt load X-Git-Tag: v3.9-rc1~124^2~84 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a119845f6e98c890831bb5639cdad5ca9b79965f;p=pandora-kernel.git Drivers: hv: Add code to distribute channel interrupt load Implement a simple policy for distributing incoming interrupt load. We classify channels as (a) performance critical and (b) not performance critical. All non-performance critical channels will be bound to the boot cpu. Performance critical channels will be bound to the remaining available CPUs on a round-robin basis. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed