]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
authorEric Dumazet <dada1@cosmosbay.com>
Wed, 14 Nov 2007 09:44:41 +0000 (01:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:53:58 +0000 (14:53 -0800)
commit20fea08b5fb639c4c175b5c74a2bb346c5c5bc2e
tree3ffa7e1e82051c6772fc2a01d561e4a5a29bb138
parent2a8cc6c89039e0530a3335954253b76ed0f9339a
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.

Qdisc_class_ops are const, and Qdisc_ops are mostly read.

Using "const" and "__read_mostly" qualifiers helps to reduce false
sharing.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
19 files changed:
include/net/sch_generic.h
net/mac80211/wme.c
net/sched/cls_api.c
net/sched/sch_api.c
net/sched/sch_atm.c
net/sched/sch_blackhole.c
net/sched/sch_cbq.c
net/sched/sch_dsmark.c
net/sched/sch_fifo.c
net/sched/sch_generic.c
net/sched/sch_gred.c
net/sched/sch_hfsc.c
net/sched/sch_htb.c
net/sched/sch_ingress.c
net/sched/sch_netem.c
net/sched/sch_prio.c
net/sched/sch_red.c
net/sched/sch_sfq.c
net/sched/sch_tbf.c