]> Git Repo - linux.git/commit
net: remove NR_CPUS arrays in net/core/dev.c
authorMike Travis <[email protected]>
Fri, 2 May 2008 23:43:08 +0000 (16:43 -0700)
committerDavid S. Miller <[email protected]>
Fri, 2 May 2008 23:43:08 +0000 (16:43 -0700)
commit0c0b0aca66b3a58e12a216d992a0b534eff210e0
tree50fb0434425411b1b70f8ca2057ba8fd6a347315
parentd3e2ce3bcdbf4319dea308c79b5f72a8ecc8015c
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/core/dev.c
This page took 0.051198 seconds and 4 git commands to generate.