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
..
2010-03-21 18:34:16 -07:00
2010-02-22 16:20:22 -08:00
2010-02-22 16:20:22 -08:00
2010-02-22 16:20:22 -08:00
2010-03-21 18:31:35 -07:00
2010-03-19 21:00:41 -07:00
2010-02-18 15:43:09 -08:00
2010-03-08 11:32:01 -08:00
2010-03-20 14:29:02 -07:00
2010-03-05 13:34:03 -08:00
2010-01-17 19:16:02 -08:00
2010-03-03 01:04:37 -08:00