projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0e28f1
)
net: CONFIG_SMP should be CONFIG_RPS
author
Changli Gao
<xiaosuo@gmail.com>
Thu, 15 Apr 2010 07:16:59 +0000
(
00:16
-0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 15 Apr 2010 07:16:59 +0000
(
00:16
-0700)
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
patch
|
blob
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index
470f7c9
..
55c2086
100644
(file)
--- a/
include/linux/netdevice.h
+++ b/
include/linux/netdevice.h
@@
-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;