commit | df3345457a7a174dfb5872a070af80d456985038 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Mar 24 19:13:54 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 25 12:07:00 2010 -0700 |
tree | d8d2d2a86d0b3473783ea2709ff242817e78ed54 | |
parent | 2381a55c88453d3f29fe62d235579a05fc20b7b3 [diff] |
rps: add CONFIG_RPS RPS currently depends on SMP and SYSFS Adding a CONFIG_RPS makes sense in case this requirement changes in the future. This patch saves about 1500 bytes of kernel text in case SMP is on but SYSFS is off. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>