android_kernel_google_msm/net/dccp
Eric Dumazet ec733b15a3 net: snmp mib cleanup
There is no point to align or pad mibs to cache lines, they are per cpu
allocated with a 8 bytes alignment anyway.
This wastes space for no gain. This patch removes __SNMP_MIB_ALIGN__

Since SNMP mibs contain "unsigned long" fields only, we can relax the
allocation alignment from "unsigned long long" to "unsigned long"

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-03-21 18:34:16 -07:00
..
ccids
ackvec.c
ackvec.h
ccid.c dccp: allow probing of CCID-array length 2010-02-12 11:47:00 -08:00
ccid.h dccp: fix bug in cache allocation 2010-02-03 19:00:30 -08:00
dccp.h net: snmp mib cleanup 2010-03-21 18:34:16 -07:00
diag.c
feat.c
feat.h
input.c
ipv4.c net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation 2010-03-15 16:00:50 -07:00
ipv6.c net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation 2010-03-15 16:00:50 -07:00
ipv6.h
Kconfig
Makefile
minisocks.c net: backlog functions rename 2010-03-05 13:34:03 -08:00
options.c
output.c
probe.c dccp: fix auto-loading of dccp(_probe) 2010-02-03 19:00:31 -08:00
proto.c net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation 2010-03-15 16:00:50 -07:00
sysctl.c
timer.c