diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-06-22 09:13:23 +0200 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2015-08-11 18:10:04 +0200 |
commit | e071d93eb40c969dc8c578dde5ddd89a30fb01cb (patch) | |
tree | f32db816f78240c73b810137f3a8d360955cde2b /arch | |
parent | 07a51cd3794960548627a27aae68c1446341db32 (diff) | |
download | talos-obmc-linux-e071d93eb40c969dc8c578dde5ddd89a30fb01cb.tar.gz talos-obmc-linux-e071d93eb40c969dc8c578dde5ddd89a30fb01cb.zip |
batman-adv: Replace gw_reselect divisor with simple shift
The gw_factor is divided by BATADV_TQ_LOCAL_WINDOW_SIZE ** 2 * 64. But the
rest of the calculation has nothing to do with the tq window size and
therefore the calculation is just (tmp_gw_factor / (64 ** 3)).
Replace it with a simple shift to avoid a costly 64-bit divide when the
max_gw_factor is changed from u32 to u64. This type change is necessary
to avoid an overflow bug.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions