Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd793d89 authored by Changli Gao's avatar Changli Gao Committed by David S. Miller
Browse files

net: CONFIG_SMP should be CONFIG_RPS

parent b0e28f1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;