mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
a1413cfbcb
The detection of an uneven number of queues on the given memory windows was not correct. The mw_num is zero based and the mod should be division to spread them evenly over the mw's. Signed-off-by: Jon Mason <jon.mason@intel.com>