From: Alexander Duyck Date: Thu, 13 Sep 2012 06:27:55 +0000 (+0000) Subject: igb: Remove logic that was doing NUMA pseudo-aware allocations X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~111^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f33005a637bffca72fe373d1e91f2dfbc8fae157;p=pandora-kernel.git igb: Remove logic that was doing NUMA pseudo-aware allocations This change removes the code that was doing the NUMA allocations for the q_vectors, rings, and ring resources. The problem is the logic used assumed that the NUMA nodes were always interleved and that is not always the case. At some point I hope to add this functionality back in a more controlled manner in the future. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed