diff options
Diffstat (limited to 'net/core/dev.c')
-rw-r--r-- | net/core/dev.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index ab935778ce81..4f1ae2efe872 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -2056,14 +2056,8 @@ static int softnet_seq_show(struct seq_file *seq, void *v) | |||
2056 | 2056 | ||
2057 | seq_printf(seq, "%08x %08x %08x %08x %08x %08x %08x %08x %08x\n", | 2057 | seq_printf(seq, "%08x %08x %08x %08x %08x %08x %08x %08x %08x\n", |
2058 | s->total, s->dropped, s->time_squeeze, s->throttled, | 2058 | s->total, s->dropped, s->time_squeeze, s->throttled, |
2059 | s->fastroute_hit, s->fastroute_success, s->fastroute_defer, | 2059 | 0, 0, 0, 0, /* was fastroute */ |
2060 | s->fastroute_deferred_out, | 2060 | s->cpu_collision ); |
2061 | #if 0 | ||
2062 | s->fastroute_latency_reduction | ||
2063 | #else | ||
2064 | s->cpu_collision | ||
2065 | #endif | ||
2066 | ); | ||
2067 | return 0; | 2061 | return 0; |
2068 | } | 2062 | } |
2069 | 2063 | ||