Files
kernel_amazon_mt8127-common/net
Eric Dumazet c26aed40f4 filter: use reciprocal divide
At compile time, we can replace the DIV_K instruction (divide by a
constant value) by a reciprocal divide.

At exec time, the expensive divide is replaced by a multiply, a less
expensive operation on most processors.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-11-19 10:06:54 -08:00
..
2010-10-25 13:09:44 -07:00
2010-11-12 14:07:14 -08:00
2010-11-19 10:06:54 -08:00
2010-11-18 09:37:07 -08:00
2010-11-18 11:02:23 -08:00
2010-10-21 15:44:13 +02:00
2010-11-19 09:49:59 -08:00
2010-11-15 13:24:06 -05:00
2010-11-10 12:12:00 -08:00
2010-10-29 04:16:28 -04:00
2010-11-08 13:50:09 -08:00
2010-10-21 03:09:46 -07:00
2010-11-12 13:27:25 -08:00