Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256605
b: refs/heads/master
c: e3dbc46
h: refs/heads/master
i:
  256603: efd4b81
v: v3
  • Loading branch information
Choi, Jong-Hwan authored and David S. Miller committed Jul 22, 2011
1 parent 96f3991 commit 5470eb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebbf9295b17ed605f31f45d9269adb216be3a181
refs/heads/master: e3dbc46c2a62688d1aaa1f7291a054fb2b502849
4 changes: 2 additions & 2 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ struct netdev_queue {
struct Qdisc *qdisc;
unsigned long state;
struct Qdisc *qdisc_sleeping;
#ifdef CONFIG_RPS
#if defined(CONFIG_RPS) || defined(CONFIG_XPS)
struct kobject kobj;
#endif
#if defined(CONFIG_XPS) && defined(CONFIG_NUMA)
Expand Down Expand Up @@ -1179,7 +1179,7 @@ struct net_device {

unsigned char broadcast[MAX_ADDR_LEN]; /* hw bcast add */

#ifdef CONFIG_RPS
#if defined(CONFIG_RPS) || defined(CONFIG_XPS)
struct kset *queues_kset;

struct netdev_rx_queue *_rx;
Expand Down

0 comments on commit 5470eb0

Please sign in to comment.