Skip to content

Commit

Permalink
net: CONFIG_SMP should be CONFIG_RPS
Browse files Browse the repository at this point in the history
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Changli Gao authored and David S. Miller committed Apr 15, 2010
1 parent b0e28f1 commit fd793d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ struct softnet_data {
struct sk_buff *completion_queue;

/* Elements below can be accessed between CPUs for RPS */
#ifdef CONFIG_SMP
#ifdef CONFIG_RPS
struct call_single_data csd ____cacheline_aligned_in_smp;
#endif
struct sk_buff_head input_pkt_queue;
Expand Down

0 comments on commit fd793d8

Please sign in to comment.