summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3/045-codel-use-u16-field-instead-of-31bits-for-rec_inv_sq.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-09-26 14:17:17 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-09-26 14:17:17 +0000
commit579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8 (patch)
treee0273c12a63edd369d6c8f3d6d63fbe6a91cbcf2 /target/linux/generic/patches-3.3/045-codel-use-u16-field-instead-of-31bits-for-rec_inv_sq.patch
parenteb97933e2a4ea7d0002571eb780d73c339daa9db (diff)
downloadmaster-31e0f0ae-579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8.tar.gz
master-31e0f0ae-579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8.tar.bz2
master-31e0f0ae-579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8.zip
generic: add upstream commit id to codel patches and refresh those
SVN-Revision: 33560
Diffstat (limited to 'target/linux/generic/patches-3.3/045-codel-use-u16-field-instead-of-31bits-for-rec_inv_sq.patch')
-rw-r--r--target/linux/generic/patches-3.3/045-codel-use-u16-field-instead-of-31bits-for-rec_inv_sq.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.3/045-codel-use-u16-field-instead-of-31bits-for-rec_inv_sq.patch b/target/linux/generic/patches-3.3/045-codel-use-u16-field-instead-of-31bits-for-rec_inv_sq.patch
index 814aebc61d..933a3dcdaf 100644
--- a/target/linux/generic/patches-3.3/045-codel-use-u16-field-instead-of-31bits-for-rec_inv_sq.patch
+++ b/target/linux/generic/patches-3.3/045-codel-use-u16-field-instead-of-31bits-for-rec_inv_sq.patch
@@ -1,8 +1,9 @@
-From 6ff272c9ad65eda219cd975b9da2dbc31cc812ee Mon Sep 17 00:00:00 2001
+From 03333931c17d9c62ba4063d4e4fec1578c0729a7 Mon Sep 17 00:00:00 2001
From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Sat, 12 May 2012 21:23:23 +0000
-Subject: [PATCH 46/50] codel: use u16 field instead of 31bits for
- rec_inv_sqrt
+Subject: [PATCH] codel: use u16 field instead of 31bits for rec_inv_sqrt
+
+commit 6ff272c9ad65eda219cd975b9da2dbc31cc812ee upstream.
David pointed out gcc might generate poor code with 31bit fields.