rps: add CONFIG_RPS
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 24 Mar 2010 19:13:54 +0000 (19:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Mar 2010 19:07:00 +0000 (12:07 -0700)
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>

No differences found