From: Mike Travis Date: Fri, 2 May 2008 23:43:08 +0000 (-0700) Subject: net: remove NR_CPUS arrays in net/core/dev.c X-Git-Tag: v2.6.26-rc1~5^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c0b0aca66b3a58e12a216d992a0b534eff210e0;p=pandora-kernel.git net: remove NR_CPUS arrays in net/core/dev.c Remove the fixed size channels[NR_CPUS] array in net/core/dev.c and dynamically allocate array based on nr_cpu_ids. Signed-off-by: Mike Travis Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed